Skip to content

Instantly share code, notes, and snippets.

@ppsreejith
Created November 8, 2014 10:33
Show Gist options
  • Save ppsreejith/9bb5be30cfdfadbbd851 to your computer and use it in GitHub Desktop.
Save ppsreejith/9bb5be30cfdfadbbd851 to your computer and use it in GitHub Desktop.
Ssh configuration through tor
## Inside the firewall ( use proxy)
Host *
#ProxyCommand /usr/bin/corkscrew 192.168.1.102 8080 %h %p
#ProxyCommand putty -load phoneproxy %h %p
#ProxyCommand nc -X connect -x 192.168.1.102:8080 %h %p
CheckHostIP no
Compression yes
Protocol 2
ProxyCommand connect -4 -S 192.168.1.150:9050 $(tor-resolve %h 192.168.1.150:9050) %p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment