mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
openssh: add support for /etc/ssh.conf
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e042b45365
commit
a83a88e3fc
@ -32,6 +32,10 @@
|
||||
HOME="/storage"
|
||||
|
||||
(
|
||||
if [ -f /etc/ssh.conf ]; then
|
||||
. /etc/ssh.conf
|
||||
fi
|
||||
|
||||
if [ "$SSH" = yes -o -f /storage/.config/ssh_enable ]; then
|
||||
|
||||
# Check for the SSH1 RSA key
|
||||
|
Loading…
x
Reference in New Issue
Block a user