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