mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
ssh: init: update to reflect latest addon changes
This commit is contained in:
parent
ddf1a24c0d
commit
8072254d26
@ -26,10 +26,9 @@
|
|||||||
# ensure that environment is sane
|
# ensure that environment is sane
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
|
||||||
if [ -f /etc/sshd.conf ]; then
|
SSHD_START=false
|
||||||
. /etc/sshd.conf
|
if [ -f $CONFIG_CACHE/service_ssh.conf ]; then
|
||||||
elif [ -f /storage/.config/sshd.conf ]; then
|
. $CONFIG_CACHE/service_ssh.conf
|
||||||
. /storage/.config/sshd.conf
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if password authentication is disabled
|
# Check if password authentication is disabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user