![]() |
How to stop SSH?
Please help: How to stop SSH server on N9?
Code:
/sbin/initctl start ssh Code:
/sbin/initctl stop ssh Code:
initctl: Job has no running instances: ssh |
Re: How to stop SSH?
maybe name is sshd
|
Re: How to stop SSH?
Tried that too:
Code:
# /sbin/initctl stop sshd |
Re: How to stop SSH?
that impossible. You may have some typo in command. Try just
Code:
stop ssh |
Re: How to stop SSH?
And do not try to call that command twice in a row.
As it will produce these messages: Code:
~ # /sbin/initctl stop ssh |
Re: How to stop SSH?
Code:
~ # /sbin/initctl start ssh Code:
killall sshd |
Re: How to stop SSH?
Yes, 'killall sshd' will stop the currently running instance.
But it will be respawned thrice aitomatically: Quote:
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 ? |
Re: How to stop SSH?
It's not respawning in my case after "killall sshd".
Code:
~ # ps | grep ssh I'am doing all of that with DeveloperMode disabled. |
Re: How to stop SSH?
I guess your only problem is that probably the ssh upstart script is broken so that init/upstart actually "forgets" it has started sshd. Can you post the init script?
Does Jolla use upstart at all? |
Re: How to stop SSH?
1 Attachment(s)
Here is my sript:
|
All times are GMT. The time now is 07:09. |
vBulletin® Version 3.8.8