Skip to content

Instantly share code, notes, and snippets.

@tomrgio
Created June 12, 2018 14:33
Show Gist options
  • Save tomrgio/7e46e31f593550cc0c5bff9f6516c05e to your computer and use it in GitHub Desktop.
Save tomrgio/7e46e31f593550cc0c5bff9f6516c05e to your computer and use it in GitHub Desktop.
node.default['ssh-hardening']['ssh']['server']['banner'] = '/etc/issue.net'
node.default['ssh-hardening']['ssh']['server']['challenge_response_authentication'] = true
node.default['ssh-hardening']['ssh']['server']['password_authentication'] = true
include_recipe 'ssh-hardening'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment