From 15c35e04a77fce25b2e7da7af4c484ebc474607e Mon Sep 17 00:00:00 2001 From: Siddhant Rath Date: Tue, 8 Nov 2016 13:05:19 -0600 Subject: [PATCH] Included attribute either to include path to SSH Banner file or to disable it --- attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index 45b5a76..58fbe6f 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -72,7 +72,7 @@ default['ssh']['print_motd'] = false # sshd default['ssh']['print_last_log'] = false # sshd # set this to nil to disable banner or provide a path like '/etc/issue.net' -default['ssh']['banner'] = nil # sshd +default['ssh']['banner'] = nil # sshd default['ssh']['os_banner'] = false # sshd (Debian OS family) # set this to nil to let us use the default OpenSSH in case it's not set by the user