summaryrefslogtreecommitdiffstats
path: root/README
blob: d5e7bf887b666e609198abd02e400874998a99cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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