Thread
:
ssh-status AKA "SSH Status and Switcher"
View Single Post
int_ua
2013-10-05 , 11:24
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#
14
script
if [ ! -e /etc/ssh/sshd_not_to_be_started ]; then
/usr/sbin/sshd -D
else
exit 0
fi
end script
in /etc/init.d/sshd looks like working. And the decision to use sed in postinst was a very bad idea.
0.2-2 doesn't really work. Don't install it. I don't yet know what to do with openssh-server ignoring /etc/ssh/sshd_not_to_be_started. The maintainer didn't reply yet.
And
reinstall openssh-server if you had ssh-status 0.2-1 or 0.2-3
Last edited by int_ua; 2013-10-05 at
20:43
.
Quote & Reply
|
The Following User Says Thank You to int_ua For This Useful Post:
handaxe
int_ua
View Public Profile
Send a private message to int_ua
Find all posts by int_ua