ssh client
This commit is contained in:
parent
d82583177e
commit
b688362d17
2 changed files with 24 additions and 0 deletions
23
source/openssh-client/index.rst
Normal file
23
source/openssh-client/index.rst
Normal file
|
@ -0,0 +1,23 @@
|
|||
##############
|
||||
OpenSSH client
|
||||
##############
|
||||
|
||||
*********
|
||||
Configure
|
||||
*********
|
||||
|
||||
* /etc/ssh/ssh_config
|
||||
|
||||
::
|
||||
|
||||
TODO
|
||||
|
||||
**********
|
||||
Create key
|
||||
**********
|
||||
|
||||
* ~/.ssh/id_rsa*
|
||||
|
||||
.. code:: shell
|
||||
|
||||
ssh-keygen -b 4096
|
|
@ -5,4 +5,5 @@ Security
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
openssh-client/index
|
||||
openssl/index
|
||||
|
|
Loading…
Reference in a new issue