mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
. /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
|
||||
|
Loading…
x
Reference in New Issue
Block a user