Skip to content

Commit 1c096c6

Browse files
author
Loïc PORTE
committed
Mode 700 on ssh directory
1 parent a4644b6 commit 1c096c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/key.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
directory "#{user[:home]}/.ssh" do
1818
owner username
1919
group username
20-
mode '0600'
20+
mode '0700'
2121
action :create
2222

2323
not_if "test -e #{user[:home]}/.ssh"

0 commit comments

Comments
 (0)