View Single Post
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#7
Yes, 'killall sshd' will stop the currently running instance.
But it will be respawned thrice aitomatically:
~ # cat /etc/init/ssh.conf
description "SSH"

# started by group-mce.conf
stop on stopped dbus

console output
respawn
respawn limit 3 300
normal exit 0
...
So something else wrong on your device.
Please check
/sbin/initctl status ssh
and
ps | grep ssh
after launching with
/sbin/initctl start ssh

Maybe this reveals abit more, else check logs (e.g. /var/logs/syslog) and/or check configs in /etc/ssh/

--
BTW
What about ssh status check with
ssh root@localhost
?
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature

Last edited by peterleinchen; 2014-03-11 at 19:14.
 

The Following User Says Thank You to peterleinchen For This Useful Post: