mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
ssh: disable banner. symlink motd
This commit is contained in:
parent
3eb25dbe7a
commit
54edf47951
@ -106,9 +106,6 @@ SyslogFacility AUTHPRIV
|
|||||||
#PermitTunnel no
|
#PermitTunnel no
|
||||||
#ChrootDirectory none
|
#ChrootDirectory none
|
||||||
|
|
||||||
# no default banner path
|
|
||||||
Banner /etc/issue
|
|
||||||
|
|
||||||
# override default of no subsystems
|
# override default of no subsystems
|
||||||
Subsystem sftp /usr/libexec/sftp-server
|
Subsystem sftp /usr/libexec/sftp-server
|
||||||
|
|
||||||
|
@ -101,6 +101,8 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
|||||||
echo "$DISTRONAME git: $GIT_HASH" >> $INSTALL/etc/issue
|
echo "$DISTRONAME git: $GIT_HASH" >> $INSTALL/etc/issue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ln -sf /etc/issue $INSTALL/etc/motd
|
||||||
|
|
||||||
# Basissystem...
|
# Basissystem...
|
||||||
$SCRIPTS/install eglibc
|
$SCRIPTS/install eglibc
|
||||||
$SCRIPTS/install gcc-final
|
$SCRIPTS/install gcc-final
|
||||||
|
Loading…
x
Reference in New Issue
Block a user