ssh: init: update to reflect latest addon changes

This commit is contained in:
Stefan Saraev 2013-07-18 21:58:17 +03:00
parent ddf1a24c0d
commit 8072254d26

View File

@ -26,10 +26,9 @@
# ensure that environment is sane
. /etc/profile
if [ -f /etc/sshd.conf ]; then
. /etc/sshd.conf
elif [ -f /storage/.config/sshd.conf ]; then
. /storage/.config/sshd.conf
SSHD_START=false
if [ -f $CONFIG_CACHE/service_ssh.conf ]; then
. $CONFIG_CACHE/service_ssh.conf
fi
# Check if password authentication is disabled