From 12e5175086d0b648b22d680646e2d1777c88a41e Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Tue, 8 Nov 2016 22:49:42 +0100 Subject: Update readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index bed809a..7f18435 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,12 @@ This repository contains an hardened version of the default OpenSSH client and s Installation ------------ -- `groupadd ssh-user` and `usermod -a -G ssh-user ` for each user allowed to use SSH. - Deploy user public keys before continuing +- `groupadd ssh-user` and `usermod -a -G ssh-user ` for each user allowed to use SSH. - Clone this repo into `/etc/ssh/` - Regenerate `ssh_host_rsa_key{,.pub}` of length 4096 if lower (`ssh-keygen -t rsa -b 4096 -f ssh_host_rsa_key < /dev/null`) -### Debian specific - -- Comment unsupported parameter `KexDHMin 4096` in `ssh{,d}_config` -- `ln -s /usr/lib/openssh /usr/lib/ssh` - - References ---------- -- cgit v1.2.3