From 42c34ed184f8dc225fe3562ced33110a08d12d6c Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Tue, 8 Nov 2016 11:58:33 +0100 Subject: Init repository --- .gitignore | 4 ++++ README.md | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b07939d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*_key +*_key.pub +ldap.conf + diff --git a/README.md b/README.md new file mode 100644 index 0000000..19be796 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +OpenSSH hardened configuration +============================== + +Purpose +------- + +This repository contains an hardened version of the default OpenSSH client and server configuration, disabling broken ciphers and unsafe authentication methods. + + +References +---------- + +- [Secure Secure Shell](https://stribika.github.io/2015/01/04/secure-secure-shell.html) -- cgit v1.2.3