Skip to content

Commit

Permalink
Merge 18971d9 into 04838c9
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasduarte committed Aug 15, 2017
2 parents 04838c9 + 18971d9 commit 3205132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Expand Up @@ -41,7 +41,7 @@

# Define the service name for sshd
case node['platform_family']
when 'rhel', 'fedora', 'suse', 'freebsd', 'gentoo'
when 'rhel', 'fedora', 'suse', 'freebsd', 'gentoo', 'amazon'
default['ssh-hardening']['sshserver']['service_name'] = 'sshd'
else
default['ssh-hardening']['sshserver']['service_name'] = 'ssh'
Expand Down

0 comments on commit 3205132

Please sign in to comment.