View Single Post
Posts: 30 | Thanked: 23 times | Joined on Nov 2010 @ Poland
#8
It's not respawning in my case after "killall sshd".

Code:
~ # ps | grep ssh
16967 root grep ssh
~ # /sbin/initctl status ssh
ssh stop/waiting
~ # /sbin/initctl start ssh
ssh start/running, process 16970
~ # ps | grep ssh
16972 root /usr/sbin/sshd
16974 root grep ssh
~ # /sbin/initctl status ssh
ssh stop/waiting
ssh root@localhost asked me to add localhost to known host, i aswered "yes" and then asked me for root password
I'am doing all of that with DeveloperMode disabled.