From 2d6955720c1857f81d20f982e6bded7e40de6c89 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Tue, 8 Nov 2016 21:26:35 +0100 Subject: Add useful RSA key generation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0673fe..9ff8deb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Installation - Deploy user public keys before continuing - Clone this repo into `/etc/ssh/` - Uncomment `KexDHMin 4096` in `ssh{,d}_config` if supported by the installed OpenSSH -- Regenerate `ssh_host_rsa_key{,.pub}` of length 4096 if lower +- Regenerate `ssh_host_rsa_key{,.pub}` of length 4096 if lower (`ssh-keygen -t rsa -b 4096 -f ssh_host_rsa_key < /dev/null`) References -- cgit v1.2.3