ssh/sshd
This commit is contained in:
parent
b1cadf74a0
commit
c367a1c4c2
3 changed files with 14 additions and 6 deletions
24
docs/public/ssh/index.rst
Normal file
24
docs/public/ssh/index.rst
Normal file
|
@ -0,0 +1,24 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue