Loading tsa/doc/admins.creole→tsa/doc/admins.md +0 −0 File moved. View file tsa/doc/extra.creole→tsa/doc/extra.md +0 −0 File moved. View file tsa/doc/ssh-jump-host.creole→tsa/doc/ssh-jump-host.md +11 −12 Original line number Diff line number Diff line Loading @@ -9,17 +9,16 @@ If your local username is different from your tpo username, also set it in your Ex: To perform a ssh jump host and access staticiforme.tpo you might add the following to your ~/.ssh/config With recent ssh versions: {{{ Host *.torproject.org User <username> Host staticiforme.torproject.org ProxyJump perdulce.torproject.org }}} Or with old ssh versions: {{{ Host *.torproject.org User <username> Host staticiforme.torproject.org ProxyCommand ssh -l %r -W %h:%p perdulce.torproject.org }}} Loading
tsa/doc/ssh-jump-host.creole→tsa/doc/ssh-jump-host.md +11 −12 Original line number Diff line number Diff line Loading @@ -9,17 +9,16 @@ If your local username is different from your tpo username, also set it in your Ex: To perform a ssh jump host and access staticiforme.tpo you might add the following to your ~/.ssh/config With recent ssh versions: {{{ Host *.torproject.org User <username> Host staticiforme.torproject.org ProxyJump perdulce.torproject.org }}} Or with old ssh versions: {{{ Host *.torproject.org User <username> Host staticiforme.torproject.org ProxyCommand ssh -l %r -W %h:%p perdulce.torproject.org }}}