Suggestion for sshd service.
-
in line 100 in /etc/sshd
can we add something like this:
$sshconf .= "ListenAddress $sship\n";where $sship = wan adress / lan adress / or both
and add a list in system_advanced.php under Secure Shell
so anyone can choose between the different interfaces they want to attach ssh to..This is just a suggestion.
-
Not for 1.0.
If you want to work up a patch then I'll look at commiting it.
-
this would be great for all services like web interface, snmpd, ssh.
i would allow choosing which interfaces this service can listen on. should be able to be more than one or all.