update README
This commit is contained in:
parent
b5e643b585
commit
3c5e81f907
|
@ -40,6 +40,8 @@
|
||||||
# RSA keys are favored over ECDSA keys when backward compatibility ''is required'',
|
# RSA keys are favored over ECDSA keys when backward compatibility ''is required'',
|
||||||
# thus, newly generated keys are always either ED25519 or RSA (NOT ECDSA or DSA).
|
# thus, newly generated keys are always either ED25519 or RSA (NOT ECDSA or DSA).
|
||||||
$ ssh-keygen -t rsa -b 8192 -f ~/.ssh/id_rsa_host_$(date +%Y-%m-%d) -C "Key to HOST for user-xyz"
|
$ ssh-keygen -t rsa -b 8192 -f ~/.ssh/id_rsa_host_$(date +%Y-%m-%d) -C "Key to HOST for user-xyz"
|
||||||
|
|
||||||
|
$ ssh-copy-id -i ~/.ssh/<file>.pub -p 22 user@host
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
**** GnuPG
|
**** GnuPG
|
||||||
|
|
Loading…
Reference in New Issue