![]() |
2014-03-10
, 23:35
|
Posts: 30 |
Thanked: 23 times |
Joined on Nov 2010
@ Poland
|
#3
|
# /sbin/initctl stop sshd initctl: Unknown job: sshd
![]() |
2014-03-11
, 05:22
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#4
|
stop ssh
The Following User Says Thank You to coderus For This Useful Post: | ||
![]() |
2014-03-11
, 07:18
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#5
|
~ # /sbin/initctl stop ssh ssh stop/waiting ~ # /sbin/initctl stop ssh initctl: Job has no running instances: ssh ~ # /sbin/initctl start ssh ssh start/running, process 20499 ~ # /sbin/initctl start ssh initctl: Job is already running: ssh
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
![]() |
2014-03-11
, 15:16
|
Posts: 30 |
Thanked: 23 times |
Joined on Nov 2010
@ Poland
|
#6
|
~ # /sbin/initctl start ssh ssh start/running, process 6370 ~ # stop ssh sh: stop: not found ~ # /sbin/initctl stop ssh initctl: Job has no running instances: ssh ~ # killall sshd ~ # killall sshd killall: sshd: no process killed
killall sshd
![]() |
2014-03-11
, 19:07
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#7
|
~ # 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
...
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
![]() |
2014-03-11
, 20:35
|
Posts: 30 |
Thanked: 23 times |
Joined on Nov 2010
@ Poland
|
#8
|
~ # 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
![]() |
2014-03-12
, 12:01
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#9
|
The Following User Says Thank You to reinob For This Useful Post: | ||
![]() |
2014-03-12
, 20:41
|
Posts: 30 |
Thanked: 23 times |
Joined on Nov 2010
@ Poland
|
#10
|
Last edited by mr666acdc; 2014-03-10 at 23:36.