Page 1 of 1

Telnet over SSH

Posted: Wed 01 Feb 2012 13:32
by ZaikinS
Hello!
I apologize for my English (I use a translator from Google).
Can I connect using component TIdTelnet to a remote server via SSH using components SecureBridge? What should be the minimal settings for SecureBridge components?
Thank you.

Posted: Tue 07 Feb 2012 09:01
by Dimon
SecureBridge provides the TScIdIOHandler component as an adapter between SecureBridge and Indy to create a secure connection.
- Set the TIdTelnet.IOHandler property to the TScIdIOHandler object.
- Place the TScSSHClient component onto the form and setup it to connect to the SSH server.
- Select this TScSSHClient object in the TScIdIOHandler.Client property.
After this connection to Telnet server is secured.

Posted: Wed 08 Feb 2012 15:06
by snorkel
You could also create a tunnel and use any telnet component (indy, synapse etc) over the tunnel.