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.
Telnet over SSH
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.
- 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.