blob: 3120f8a385abe335ef68d820267f738e2ed69240 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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)
* PasswordAuthentication (turn off to use public keys only)
* UseDNS (will most likely needed to be turned off)
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)
* log file
BUGS:
Could not be able to activate this function:
* PermitRootLogin (forbid root to log in. To force use of sudo/su)
|