Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # Get to a SSH box through the Tor network
  2. ProxyCommand ssh username@sshhostwithtoronit 'nc -x localhost:9050 %h %p %r'
  3.  
  4. # Connect to a SSH box through TorBrowser's SOCKS5 proxy
  5. ProxyCommand /usr/bin/nc -x localhost:9150 %h %p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement