docs→rtfd

This commit is contained in:
Marc Beninca 2021-12-11 15:32:21 +01:00
parent 7bc781ed11
commit c7ec1dc5d1
131 changed files with 1 additions and 1 deletions

31
rtfd/public/ssh/index.rst Normal file
View file

@ -0,0 +1,31 @@
ssh
===
====== ==============
debian openssh-client
====== ==============
Configure
---------
* /etc/ssh/ssh_config
.. todo:: lines
Create key
----------
* ~/.ssh/id_rsa*
.. code:: shell
ssh-keygen -b 4096
.. todo:: other arguments
Tunnel
------
.. code:: shell
ssh -N -D local_port domain.tld