Skip to content

Commit

Permalink
Included attribute either to include path to SSH Banner file or to di…
Browse files Browse the repository at this point in the history
…sable it
  • Loading branch information
sidxz committed Nov 8, 2016
1 parent ab65799 commit 15c35e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15c35e0

Please sign in to comment.