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
# no default banner path
#Banner none
Banner none
DebianBanner no
# Allow client to pass locale environment variables
AcceptEnv LANG LC_*