summaryrefslogtreecommitdiff
path: root/recipes-connectivity/openssh/openssh/init
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/openssh/openssh/init')
-rw-r--r--recipes-connectivity/openssh/openssh/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/openssh/openssh/init b/recipes-connectivity/openssh/openssh/init
index 70d4a34..1f63725 100644
--- a/recipes-connectivity/openssh/openssh/init
+++ b/recipes-connectivity/openssh/openssh/init
@@ -41,7 +41,7 @@ check_privsep_dir() {
}
check_config() {
- /usr/sbin/sshd -t || exit 1
+ /usr/sbin/sshd -t $SSHD_OPTS || exit 1
}
check_keys() {