aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9ff8deb..bed809a 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,15 @@ Installation
13- `groupadd ssh-user` and `usermod -a -G ssh-user <username>` for each user allowed to use SSH. 13- `groupadd ssh-user` and `usermod -a -G ssh-user <username>` for each user allowed to use SSH.
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
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`) 16- 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 17
19 18
19### Debian specific
20
21- Comment unsupported parameter `KexDHMin 4096` in `ssh{,d}_config`
22- `ln -s /usr/lib/openssh /usr/lib/ssh`
23
24
20References 25References
21---------- 26----------
22 27