mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
openssh: add support for /etc/ssh.conf
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user