Skip to content

Commit

Permalink
Correct .ssh directory permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhughes committed Oct 12, 2020
1 parent fef3e43 commit ce0bc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def create_ssh_template_resource

user new_resource.user
group new_resource.group
mode '0600'
mode '0700'
end

edit_resource(:template, new_resource.ssh_generate_file) do
Expand Down

0 comments on commit ce0bc19

Please sign in to comment.