aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2016-11-08 17:03:20 +0100
committerPacien TRAN-GIRARD2016-11-08 17:06:20 +0100
commit7c518c4d7d98f4afc1f095c23f4c6894915bbd4f (patch)
tree5168944954db3dbc617e8ee470c466a4efc33ca9
parent3ff8396faddc994b180e7836764728cb03d4dc79 (diff)
downloadssh-hardened-7c518c4d7d98f4afc1f095c23f4c6894915bbd4f.tar.gz
Add setup instructions
-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