SI Reasoning <[EMAIL PROTECTED]> writes: > After using the ssh server config in webmin for > trivial changes, I can no longer get sshd to run. I > even went as far as comparing it to another cooker > /etc/ssh/sshd_config (on another machine) and making > them exactly alike but it still will not run. It does > not give any error messages either. > > what to do?
Webmin uses "kill -HUP" to reload sshd configuration, which leads to an unexpected situation where sshd is dead and the initscript fails to recover from this situation. "rm /var/run/sshd.pid" and "service sshd start" should fix your problem. i'm gonna fix webmin regarding this problem. -- Guillaume Cottenceau - http://www.frozen-bubble.org/
