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