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