Hi,
to 1) Yes, thats expected behavior. The SSH server sends back your input, cause it's also output on the shell.
to 2) You have to handle the terminal protocol. SSH.NET just gives you access to the shell stream.
You don't see those chars in putty, cause it handles the terminal protocols. In your case vt100.
to 1) Yes, thats expected behavior. The SSH server sends back your input, cause it's also output on the shell.
to 2) You have to handle the terminal protocol. SSH.NET just gives you access to the shell stream.
You don't see those chars in putty, cause it handles the terminal protocols. In your case vt100.