Re: F-Secure SSH servers with EmulationType of col (General questions)
Hi Drkd,
In order to solve this issue, we will need to do some tests. I hope you don't mind.
First thing i need to ask you is to add a few lines to your codes, right after the Connect Method is called.
You can insert:
--------------------------------------
Trace.WriteLine(_sshClient.Receive());
Trace.WriteLine(_sshClient.Receive());
Trace.WriteLine(_sshClient.Receive());
--------------------------------------
The point of this is to see what exactly you receive from your server although the timeout will occur again, but we will have the exact look of your prompt. Please send us with the string as you received it from the server.
If we accomplish that, we will probably be able to solve this problem by setting the Prompt to the exact value as sent from the server.
One more thing that would help us a lot to solve the problem is if you could download our ActiveX version of wodSSH Component, and try connecting to your server with StripANSI Property set to True .
The reason for this is to see if that would solve the problem. wodSSH.Net doesn't currently have that Property integrated, but if this does the work, we would insert it into .Net version too. This Property removes any ANSI codes from the received data, which i believe could solve this.
Regards,
Damba
Complete thread:
- F-Secure SSH servers with EmulationType of color - ddeloveh, 2006-10-16, 20:10
- Re: F-Secure SSH servers with EmulationType of col - wodDamir, 2006-10-16, 21:26
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-16, 23:04
- Re: F-Secure SSH servers with EmulationType of col - wodDamir, 2006-10-17, 00:07
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-17, 16:18
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-17, 17:45
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-17, 19:28
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-17, 20:23
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-17, 21:30
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-17, 23:12
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-18, 20:16
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-19, 17:08
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-18, 20:16
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-17, 23:12
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-17, 21:30
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-17, 20:23
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-17, 19:28
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-17, 17:45
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-17, 16:18
- Re: F-Secure SSH servers with EmulationType of col - wodDamir, 2006-10-17, 00:07
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-16, 23:04
- Re: F-Secure SSH servers with EmulationType of col - wodDamir, 2006-10-16, 21:26