[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
Last revisionBoth sides next revision
howtos:misc:ssh_on_tor [2014/01/14 20:41 (UTC)] – created chrisabelahowtos:misc:ssh_on_tor [2014/01/14 20:55 (UTC)] 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 35: Line 35:
 <code> <code>
 # sh /etc/rc.d/rc.tor start # sh /etc/rc.d/rc.tor start
-exit+exit
 </code> </code>
  
Line 48: Line 48:
 * 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 ()