aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2016-11-08 21:26:35 +0100
committerPacien TRAN-GIRARD2016-11-08 21:26:35 +0100
commit2d6955720c1857f81d20f982e6bded7e40de6c89 (patch)
tree5987af403638c9340ca4fa82e18cdc9ddf0cf156
parent7c518c4d7d98f4afc1f095c23f4c6894915bbd4f (diff)
downloadssh-hardened-2d6955720c1857f81d20f982e6bded7e40de6c89.tar.gz
Add useful RSA key generation command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0673fe..9ff8deb 100644
--- a/README.md
+++ b/README.md
@@ -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
20References 20References