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/Ubuntu_lucid.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/sshd_config/Ubuntu_lucid.erb') diff --git a/templates/sshd_config/Ubuntu_lucid.erb b/templates/sshd_config/Ubuntu_lucid.erb index 7544f00..be7c56d 100644 --- a/templates/sshd_config/Ubuntu_lucid.erb +++ b/templates/sshd_config/Ubuntu_lucid.erb @@ -88,6 +88,8 @@ KeepAlive yes #MaxStartups 10:30:60 #Banner /etc/issue.net +# do not reveal debian version (default is yes) +DebianBanner no #ReverseMappingCheck yes Subsystem sftp <%= (s=scope.lookupvar('::sshd::sftp_subsystem')).empty? ? '/usr/lib/openssh/sftp-server' : s %> -- cgit v1.2.3