aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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