Can I use an ssh tunnel to secure an otherwise insecure connection?

0

Is there a way to set up an ssh tunnel, then connect an arbitrary program (say, an IRC client) to the port on localhost and get an effectively secure connection to a server? How would I go about doing this?

Blacklight Shining

Posted 2012-09-26T17:32:51.897

Reputation: 2 127

Answers

1

Yes. Anything tunneled via SSH will be encrypted. Note however that the protection is of course just only between the two points you build up your tunnel up. So to have a completely secure IRC connection with a SSH Tunnel you would have to build a tunnel to the IRC Server itself.

API-Beast

Posted 2012-09-26T17:32:51.897

Reputation: 366