Skip to content

Commit e3944d4

Browse files
authored
Update and rename 31_install_ssh_configs.sh to 29_install_ssh_configs.sh
1 parent c577752 commit e3944d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.d/31_install_ssh_configs.sh renamed to scripts.d/29_install_ssh_configs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _install() {
1313
owner="$1"
1414
home="$2"
1515
install -o "$owner" -g "$owner" -m 700 -d "$home/.ssh"
16-
install -o "$owner" -g "$owner" -m 600 authorized_keys "$home/.ssh"
16+
#install -o "$owner" -g "$owner" -m 600 authorized_keys "$home/.ssh"
1717
install -o "$owner" -g "$owner" -m 600 config "$home/.ssh"
1818
}
1919

0 commit comments

Comments
 (0)