diff options
author | Matt Taggart <taggart@riseup.net> | 2015-05-22 16:37:03 -0700 |
---|---|---|
committer | Matt Taggart <taggart@riseup.net> | 2015-05-22 16:37:03 -0700 |
commit | b682edaae3c4f44003fa188ff564c6ba4cd43927 (patch) | |
tree | 7646b674950bec63f3960d9a6ea3fe53f7ea3a89 /templates/sshd_config/Debian_wheezy.erb | |
parent | e60fb9a027a4b86ad1646cb5daadef49ed5774ff (diff) | |
download | puppet-sshd-b682edaae3c4f44003fa188ff564c6ba4cd43927.tar.gz puppet-sshd-b682edaae3c4f44003fa188ff564c6ba4cd43927.tar.bz2 |
disable the debian/ubuntu package version from being sent to clients
Diffstat (limited to 'templates/sshd_config/Debian_wheezy.erb')
-rw-r--r-- | templates/sshd_config/Debian_wheezy.erb | 2 |
1 files changed, 2 insertions, 0 deletions
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_* |