Disable debian banner in sshd

This commit is contained in:
2022-09-28 13:37:25 +02:00
parent 3f4c503730
commit 893c9c6821
2 changed files with 3 additions and 2 deletions

View File

@ -88,7 +88,8 @@ UseDNS no
#VersionAddendum none #VersionAddendum none
# no default banner path # no default banner path
#Banner none Banner none
DebianBanner no
# Allow client to pass locale environment variables # Allow client to pass locale environment variables
AcceptEnv LANG LC_* AcceptEnv LANG LC_*

View File

@ -106,7 +106,7 @@ make distclean
ldconfig ldconfig
cd ../ImageMagick cd ../ImageMagick
git fetch --all git fetch --all
git checkout 7.1.0-48 git checkout 7.1.0-49
CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --with-rsvg=yes --disable-openmp CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --with-rsvg=yes --disable-openmp
make -j $PROC_LIMIT install make -j $PROC_LIMIT install
make distclean make distclean