openssh: add support for /etc/ssh.conf

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-07 12:45:56 +02:00
parent e042b45365
commit a83a88e3fc

View File

@ -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