From 913dcbf0e054931ce93568a4b87971601d6d1745 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Wed, 25 May 2011 12:36:40 +0200 Subject: [PATCH] Support SSHD_OPTS option --- etc/init.d/ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init.d/ssh b/etc/init.d/ssh index 30c3609..6fdc08d 100755 --- a/etc/init.d/ssh +++ b/etc/init.d/ssh @@ -82,7 +82,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 } -- 2.1.4