aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 19be796..d0673fe 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,16 @@ Purpose
7This repository contains an hardened version of the default OpenSSH client and server configuration, disabling broken ciphers and unsafe authentication methods. 7This repository contains an hardened version of the default OpenSSH client and server configuration, disabling broken ciphers and unsafe authentication methods.
8 8
9 9
10Installation
11------------
12
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
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
18
19
10References 20References
11---------- 21----------
12 22