[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
playground:ssh_on_tor [2014/01/14 20:30 (UTC)] chrisabelaplayground:ssh_on_tor [2014/01/14 20:33 (UTC)] chrisabela
Line 6: Line 6:
  
 <code> <code>
-$ cd /tmp+$ cd /tmp/
 $ hg clone https://bitbucket.org/gotoh/connect $ hg clone https://bitbucket.org/gotoh/connect
 </code> </code>
Line 19: Line 19:
  
 <code> <code>
-$ cd connect+$ cd connect/
 $ make $ make
 su - su -
Line 28: Line 28:
 </code> </code>
  
-===4. StartTOR===+===4. Start TOR===
  
 Start Tor from Vidalia or from the CLI: Start Tor from Vidalia or from the CLI:
Line 35: Line 35:
 # sh /etc/rc.d/rc.tor start # sh /etc/rc.d/rc.tor start
 exit exit
 +</code>
  
 ===5. Connect from SSH over TOR=== ===5. Connect from SSH over TOR===
 +<code>
 $ ssh -p <SSH_SERVER_PORT> <SSH_SERVER_URL_OR_IP> -o ProxyCommand="connect -4 -S localhost:9050 %h %p" $ ssh -p <SSH_SERVER_PORT> <SSH_SERVER_URL_OR_IP> -o ProxyCommand="connect -4 -S localhost:9050 %h %p"
 </code> </code>
 playground:ssh_on_tor ()