I am using SSH.NET library to connect to a remote server and then initiate a Telnet session. I am able to do that using SshClient
class. My problem is that now I am not able to send commands to that Telnet connection using the connected SSH client. The RunCommand
method sends the command to the server instead to the Telnet session. How can I achieve that.
Thank you,
Usman