diff options
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 |