diff options
author | Pacien TRAN-GIRARD | 2016-11-08 21:26:35 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2016-11-08 21:26:35 +0100 |
commit | 2d6955720c1857f81d20f982e6bded7e40de6c89 (patch) | |
tree | 5987af403638c9340ca4fa82e18cdc9ddf0cf156 /README.md | |
parent | 7c518c4d7d98f4afc1f095c23f4c6894915bbd4f (diff) | |
download | ssh-hardened-2d6955720c1857f81d20f982e6bded7e40de6c89.tar.gz |
Add useful RSA key generation command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ Installation | |||
14 | - Deploy user public keys before continuing | 14 | - Deploy user public keys before continuing |
15 | - Clone this repo into `/etc/ssh/` | 15 | - Clone this repo into `/etc/ssh/` |
16 | - Uncomment `KexDHMin 4096` in `ssh{,d}_config` if supported by the installed OpenSSH | 16 | - Uncomment `KexDHMin 4096` in `ssh{,d}_config` if supported by the installed OpenSSH |
17 | - Regenerate `ssh_host_rsa_key{,.pub}` of length 4096 if lower | 17 | - Regenerate `ssh_host_rsa_key{,.pub}` of length 4096 if lower (`ssh-keygen -t rsa -b 4096 -f ssh_host_rsa_key < /dev/null`) |
18 | 18 | ||
19 | 19 | ||
20 | References | 20 | References |