2019-08-25 11:19:55 +02:00
|
|
|
openssh-client
|
|
|
|
==============
|
2017-12-05 20:01:33 +01:00
|
|
|
|
|
|
|
Configure
|
2019-08-25 11:19:55 +02:00
|
|
|
---------
|
2017-12-05 20:01:33 +01:00
|
|
|
|
|
|
|
* /etc/ssh/ssh_config
|
|
|
|
|
2018-05-11 21:34:48 +02:00
|
|
|
.. todo:: lines
|
2017-12-05 20:01:33 +01:00
|
|
|
|
|
|
|
Create key
|
2019-08-25 11:19:55 +02:00
|
|
|
----------
|
2017-12-05 20:01:33 +01:00
|
|
|
|
|
|
|
* ~/.ssh/id_rsa*
|
|
|
|
|
|
|
|
.. code:: shell
|
|
|
|
|
|
|
|
ssh-keygen -b 4096
|
2018-05-11 21:34:48 +02:00
|
|
|
|
|
|
|
.. todo:: other arguments
|