Ubuntu – How to use SSH with Tor

sshtor

How can I use an SSH client over Tor in Ubuntu 11.10? I already have Tor running (and successfully anonymizing HTTP traffic).

Best Answer

With Tor running, you can use torify command. Eg:

torify ssh user@remotehost
torify curl curlmyip.com
Related Question