ssh: disable banner. symlink motd

This commit is contained in:
Stefan Saraev 2013-07-20 17:37:14 +03:00
parent 3eb25dbe7a
commit 54edf47951
2 changed files with 2 additions and 3 deletions

View File

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

View File

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