View Single Post
int_ua's Avatar
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.
 

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