mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
openssh: temporary use /storage/.cache/openelec/sshd.conf for sshd options - to be changed
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
if [ -f /var/config/settings.conf ]; then
|
||||
. /var/config/settings.conf
|
||||
if [ -f /storage/.cache/openelec/sshd.conf ]; then
|
||||
. /storage/.cache/openelec/sshd.conf
|
||||
fi
|
||||
|
||||
RSA1_KEY="/storage/.cache/ssh/ssh_host_key"
|
||||
|
||||
Reference in New Issue
Block a user