Unverified Commit 3e7ab30a authored by anarcat's avatar anarcat
Browse files

more fairly trivial creole to markdown conversions

parent f8b3a034
Loading
Loading
Loading
Loading
+0 −0

File moved.

+0 −0

File moved.

+11 −12
Original line number Diff line number Diff line
@@ -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
}}}