From b682edaae3c4f44003fa188ff564c6ba4cd43927 Mon Sep 17 00:00:00 2001 From: Matt Taggart Date: Fri, 22 May 2015 16:37:03 -0700 Subject: disable the debian/ubuntu package version from being sent to clients --- templates/sshd_config/Debian_wheezy.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/sshd_config/Debian_wheezy.erb') diff --git a/templates/sshd_config/Debian_wheezy.erb b/templates/sshd_config/Debian_wheezy.erb index bfa6ea8..117abe3 100644 --- a/templates/sshd_config/Debian_wheezy.erb +++ b/templates/sshd_config/Debian_wheezy.erb @@ -86,6 +86,8 @@ TCPKeepAlive yes #MaxStartups 10:30:60 #Banner /etc/issue.net +# do not reveal debian version (default is yes) +DebianBanner no # Allow client to pass locale environment variables AcceptEnv LANG LC_* -- cgit v1.2.3