diff --git a/packages/network/openssh/init.d/51_sshd b/packages/network/openssh/init.d/51_sshd index a5dc2f9ce7..da76b423f1 100644 --- a/packages/network/openssh/init.d/51_sshd +++ b/packages/network/openssh/init.d/51_sshd @@ -27,8 +27,8 @@ . /etc/profile SSHD_START=false - if [ -f $CONFIG_CACHE/service_ssh.conf ]; then - . $CONFIG_CACHE/service_ssh.conf + if [ -f $CONFIG_CACHE/services/ssh.conf ]; then + . $CONFIG_CACHE/services/ssh.conf fi # Check if password authentication is disabled