aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)