var unreadAlerts = '1';
You have one unread private message from dkota titled Welcome to the Forum!

how to connect ssh via tor
#1
Install tor via whatever your package manager is

this should come with a command line util called torsocks

Then the command can be used to run ssh like

torsocks ssh (whatever ssh stuff you need)

I know its simple but i didnt know about this until recent

happy connecting
UwU
Report
#2
I've found that recently too, it's a really good tool. You can route pretty much every application's traffic trough tor w/ torsocks. Thanks for the post.

all very true i was just giving a specific example w torsocks
s t a r d u s t   c o l l e c t i v e
- * . *✦٭。 ⋆⚜⋆。 ٭✦* . * -
Jabber: stardust@jabb.im [OTR]
stardust00@mail2tor.com

Reply Quote // Report
#3
you can also configure proxychains to use tor as socks5 proxy and then execute your command with "proxychains <command>" afaik
Reply Quote // Report


Quick Reply
Message
Type your reply to this message here.





Users browsing this thread: purely_cabbage
var thread_deleted = "0"; if(thread_deleted == "1") { $("#quick_reply_form, .new_reply_button, .thread_tools, .inline_rating").hide(); $("#moderator_options_selector option.option_mirage").attr("disabled","disabled"); }