summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2008-06-14 20:55:20 +0000
committerNatanael Copa <natanael.copa@gmail.com>2008-06-14 20:55:20 +0000
commit9c1669a4343097cbb2453a51ac09b9417ad95f70 (patch)
treedcf2576cf3463c1d6c0d88b76f73835d3bdf5e44 /README
downloadacf-openssh-9c1669a4343097cbb2453a51ac09b9417ad95f70.tar.bz2
acf-openssh-9c1669a4343097cbb2453a51ac09b9417ad95f70.tar.xz
added initial acf for opensshv0.1
git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1218 ab2d0c66-481e-0410-8bed-d214d4d58bed
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