From 8b7c3010b06f4deab4cb60841468477083931a88 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 4 Oct 2009 20:36:53 +0000 Subject: Pass $SSHD_OPTS when checking configuration too (thanks, "sobtwmxt"; closes: #548662). --- debian/openssh-server.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/openssh-server.init') diff --git a/debian/openssh-server.init b/debian/openssh-server.init index 70cded948..07b517260 100644 --- a/debian/openssh-server.init +++ b/debian/openssh-server.init @@ -75,7 +75,7 @@ check_privsep_dir() { check_config() { if [ ! -e /etc/ssh/sshd_not_to_be_run ]; then - /usr/sbin/sshd -t || exit 1 + /usr/sbin/sshd $SSHD_OPTS -t || exit 1 fi } -- cgit v1.2.3