Disable debian banner in sshd
This commit is contained in:
@ -88,7 +88,8 @@ UseDNS no
|
||||
#VersionAddendum none
|
||||
|
||||
# no default banner path
|
||||
#Banner none
|
||||
Banner none
|
||||
DebianBanner no
|
||||
|
||||
# Allow client to pass locale environment variables
|
||||
AcceptEnv LANG LC_*
|
||||
|
@ -106,7 +106,7 @@ make distclean
|
||||
ldconfig
|
||||
cd ../ImageMagick
|
||||
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
|
||||
make -j $PROC_LIMIT install
|
||||
make distclean
|
||||
|
Reference in New Issue
Block a user