diff options
author | Pacien TRAN-GIRARD | 2016-11-08 11:58:33 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2016-11-08 11:58:33 +0100 |
commit | 42c34ed184f8dc225fe3562ced33110a08d12d6c (patch) | |
tree | e4d3c1d61908788e3e7a4b202b3665b6be4e3d7f | |
download | ssh-hardened-42c34ed184f8dc225fe3562ced33110a08d12d6c.tar.gz |
Init repository
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | README.md | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b07939d --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,4 @@ | |||
1 | *_key | ||
2 | *_key.pub | ||
3 | ldap.conf | ||
4 | |||
diff --git a/README.md b/README.md new file mode 100644 index 0000000..19be796 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,13 @@ | |||
1 | OpenSSH hardened configuration | ||
2 | ============================== | ||
3 | |||
4 | Purpose | ||
5 | ------- | ||
6 | |||
7 | This repository contains an hardened version of the default OpenSSH client and server configuration, disabling broken ciphers and unsafe authentication methods. | ||
8 | |||
9 | |||
10 | References | ||
11 | ---------- | ||
12 | |||
13 | - [Secure Secure Shell](https://stribika.github.io/2015/01/04/secure-secure-shell.html) | ||