Skip to content
Snippets Groups Projects
Commit 2ebe2386 authored by emma peel's avatar emma peel
Browse files

more clear doc

parent 438b78e7
No related branches found
No related tags found
No related merge requests found
= learning how to do an ssh jump host on tpo =
An ssh jump host is an alternative to SSH tunneling to access internal machines at tpo.
ProxyCommand automatically executes ssh command on remote host to jump to the next host and forward all traffic through.
You need to do an ssh jump host (an alternative to SSH tunneling) to access internal machines at tpo.
ProxyCommand automatically executes the ssh command on the host to jump to the next host and forward all traffic through.
Ex: To perform a ssh jump host and access staticiforme.tpo you might add the following to your ~/.ssh/config
......@@ -9,5 +9,5 @@ Ex: To perform a ssh jump host and access staticiforme.tpo you might add the fol
Host staticiforme.torproject.org
ProxyCommand ssh -l %r -W %h:%p perdulce.torproject.org
untested, for your ~/.ssh/config
for your ~/.ssh/config
}}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment