Set correct permissions for authorized_keys
This commit is contained in:
parent
0fb62f4bcd
commit
3f678e1920
1 changed files with 1 additions and 0 deletions
|
|
@ -15,5 +15,6 @@ file_permissions=(
|
|||
["/etc/shadow"]="0:0:0400"
|
||||
["/etc/gshadow"]="0:0:0400"
|
||||
["/etc/skel/.ssh"]="0:0:0700"
|
||||
["/etc/skel/.ssh/authorized_keys"]="0:0:0600"
|
||||
["/etc/skel/.ssh/id_rsa"]="0:0:0600"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue