From an established ssh connection, what is a good way to encrypt messages on the side?

Posted by WilliamKF on Stack Overflow See other posts from Stack Overflow or by WilliamKF
Published on 2010-05-16T16:44:41Z Indexed on 2010/05/16 16:50 UTC
Read the original article Hit count: 115

Filed under:
|

If I have a connection between a client and a server using ssh. What is a good way to encrypt data sent outside the ssh connection for sending large amounts of data quickly and securely? I can use the ssh connection to set up the terms of the communication, sharing keys etc, but then will do the communication on the side.

© Stack Overflow or respective owner

Related posts about encrypted

Related posts about ssh