Encrypting traffic on remote end of SSH tunnel
Posted
by
Aaron
on Server Fault
See other posts from Server Fault
or by Aaron
Published on 2012-03-21T21:42:55Z
Indexed on
2012/03/21
23:33 UTC
Read the original article
Hit count: 339
Using an example of someone connecting to a VPS, an SSH tunnel will encrypt any traffic coming from the user to the VPS. Once it reaches the VPS network, the traffic is not encrypted and is easily sniffable by network administrators on that particular network. (am I understanding all that correctly?)
Is there a way to have the traffic encrypted on both ends so that neither side is susceptible to packet sniffing to reveal what kind of data/traffic/protocol is being transmitted?
© Server Fault or respective owner