We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c577752 commit e3944d4Copy full SHA for e3944d4
scripts.d/31_install_ssh_configs.sh renamed to scripts.d/29_install_ssh_configs.sh
@@ -13,7 +13,7 @@ _install() {
13
owner="$1"
14
home="$2"
15
install -o "$owner" -g "$owner" -m 700 -d "$home/.ssh"
16
- install -o "$owner" -g "$owner" -m 600 authorized_keys "$home/.ssh"
+ #install -o "$owner" -g "$owner" -m 600 authorized_keys "$home/.ssh"
17
install -o "$owner" -g "$owner" -m 600 config "$home/.ssh"
18
}
19
0 commit comments