Telnet over SSH

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
ZaikinS
Posts: 1
Joined: Fri 27 Jan 2012 07:37
Contact:

Telnet over SSH

Post by ZaikinS » Wed 01 Feb 2012 13:32

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.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 07 Feb 2012 09:01

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.

snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Post by snorkel » Wed 08 Feb 2012 15:06

You could also create a tunnel and use any telnet component (indy, synapse etc) over the tunnel.

Post Reply