summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d5e7bf8
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+Started to do a simple sshd configurator.
+
+This only supports the config options that "makes sense". That means:
+ * Port (chenge to non-standard port)
+ * ListenAddress (bind to single ip or interface)
+ * PermitRootLogin (forbid root to log in. To force use of sudo/su)
+ * PasswordAuthentication (turn off to use public keys only)
+ * UseDNS (will most likely needed to be turned off)
+
+TODO:
+ * Status
+ * submit changes (controller)
+ * validation/CFE'ify
+ * Posibility to upload public keys
+ * remove reminders from openntd (which the files were copied from)
+ * expert tab
+ * log file