[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
playground:ssh_on_tor [2014/01/14 20:32 (UTC)] chrisabelaplayground:ssh_on_tor [2014/01/14 20:34 (UTC)] (current) chrisabela
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>
Line 44: Line 46:
 ===6. Sources=== ===6. Sources===
 https://www.antagonism.org/anon/ssh-tor.shtml https://www.antagonism.org/anon/ssh-tor.shtml
 +
 +  * Originally written by [[wiki:user:chrisabela | Chris Abela]]
 +<!-- Please do not modify anything below, except adding new tags.-->
 +{{tag>howtos tor ssh author_chrisabela}}
 playground:ssh_on_tor ()