Disable debian banner in sshd
This commit is contained in:
@ -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_*
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user