From 2ebe23868ddd83fb271e8ae8b61cdb5507f6a136 Mon Sep 17 00:00:00 2001 From: emma peel <emmapeel@aktivix.org> Date: Thu, 12 Jul 2018 08:20:21 +0000 Subject: [PATCH] more clear doc --- tsa/doc/ssh-jump-host.creole | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsa/doc/ssh-jump-host.creole b/tsa/doc/ssh-jump-host.creole index 24abf01a..bfc6f663 100644 --- a/tsa/doc/ssh-jump-host.creole +++ b/tsa/doc/ssh-jump-host.creole @@ -1,7 +1,7 @@ = 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 }}} -- GitLab