ssh/tunnel
This commit is contained in:
parent
c367a1c4c2
commit
8a4d09cd27
1 changed files with 7 additions and 0 deletions
|
@ -22,3 +22,10 @@ Create key
|
|||
ssh-keygen -b 4096
|
||||
|
||||
.. todo:: other arguments
|
||||
|
||||
Tunnel
|
||||
------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
ssh -N -D local_port domain.tld
|
||||
|
|
Loading…
Reference in a new issue