Created
November 8, 2014 10:33
-
-
Save ppsreejith/9bb5be30cfdfadbbd851 to your computer and use it in GitHub Desktop.
Ssh configuration through tor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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