[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

Next revision
Previous revision
howtos:misc:ssh_on_tor [2014/01/14 20:41 (UTC)] – created chrisabelahowtos:misc:ssh_on_tor [2014/01/14 20:56 (UTC)] (current) chrisabela
Line 22: Line 22:
 $ cd connect/ $ cd connect/
 $ make $ make
-su -+su -
 # cd /tmp/connect/ # cd /tmp/connect/
-# cp doc/ /usr/local/share/connect/+# cp -r doc/ /usr/local/share/connect/
 # cp connect /usr/local/bin/ # cp connect /usr/local/bin/
 # cp /tmp/connect.tar /usr/src/ # cp /tmp/connect.tar /usr/src/
Line 31: Line 31:
 ===4. Start TOR=== ===4. Start TOR===
  
 +Install Tor and optionally also Vidalia. Slackbuilds for these two applications may be found in http://slackbuilds.org.
 + 
 Start Tor from Vidalia or from the CLI: Start Tor from Vidalia or from the CLI:
  
 <code> <code>
 # sh /etc/rc.d/rc.tor start # sh /etc/rc.d/rc.tor start
-exit+exit
 </code> </code>
  
Line 48: Line 50:
 * Original source: [[https://www.antagonism.org/anon/ssh-tor.shtml]] * Original source: [[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}} 
  
 howtos:misc:ssh_on_tor ()