Tunneling traffic through a proxy using SSH - what does the proxy server see?
- by nilu
If I am accessing information (in a browser or via bittorent) through an SSH tunnel, what info will then be possible to obtain on the SSH/proxy server itself?
As far as I have understood, the information between the proxy server and my computer is encrypted, but is it not possible for the SSH server admin to obtain info about the traffic?
The SSH session requires my credentials, so my guess would be that the server admin would be able to obtain any information about my network usage.