23 lines
202 B
ReStructuredText
23 lines
202 B
ReStructuredText
##############
|
|
OpenSSH client
|
|
##############
|
|
|
|
*********
|
|
Configure
|
|
*********
|
|
|
|
* /etc/ssh/ssh_config
|
|
|
|
::
|
|
|
|
TODO
|
|
|
|
**********
|
|
Create key
|
|
**********
|
|
|
|
* ~/.ssh/id_rsa*
|
|
|
|
.. code:: shell
|
|
|
|
ssh-keygen -b 4096
|