summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-08-22 15:45:15 +0000
committerMika Havela <mika.havela@gmail.com>2008-08-22 15:45:15 +0000
commita62d4e5651ec148146987094a1c9292aa85e314f (patch)
tree10a123057a151afc24c01669601671ee37ad994c /README
parenta1e6968e659bbfb951b988b10935e45efbe2e403 (diff)
downloadacf-openssh-a62d4e5651ec148146987094a1c9292aa85e314f.tar.bz2
acf-openssh-a62d4e5651ec148146987094a1c9292aa85e314f.tar.xz
Added/Edited notes in README
git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1395 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index d5e7bf8..3120f8a 100644
--- a/README
+++ b/README
@@ -3,15 +3,20 @@ 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:
+DONE:
* Status
* submit changes (controller)
+ * expert tab
+
+TODO:
* validation/CFE'ify
* Posibility to upload public keys
* remove reminders from openntd (which the files were copied from)
- * expert tab
* log file
+
+BUGS:
+Could not be able to activate this function:
+ * PermitRootLogin (forbid root to log in. To force use of sudo/su)