aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2016-11-08 11:58:33 +0100
committerPacien TRAN-GIRARD2016-11-08 11:58:33 +0100
commit42c34ed184f8dc225fe3562ced33110a08d12d6c (patch)
treee4d3c1d61908788e3e7a4b202b3665b6be4e3d7f
downloadssh-hardened-42c34ed184f8dc225fe3562ced33110a08d12d6c.tar.gz
Init repository
-rw-r--r--.gitignore4
-rw-r--r--README.md13
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
3ldap.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 @@
1OpenSSH hardened configuration
2==============================
3
4Purpose
5-------
6
7This repository contains an hardened version of the default OpenSSH client and server configuration, disabling broken ciphers and unsafe authentication methods.
8
9
10References
11----------
12
13- [Secure Secure Shell](https://stribika.github.io/2015/01/04/secure-secure-shell.html)