forked from forkanization/Proxmox-arm64
Merge pull request #144 from mjaroszek/fix-typo-ssh-authorized-keys
Fix typo in misc/install.func
This commit is contained in:
@@ -201,7 +201,7 @@ EOF
|
||||
|
||||
if [[ -n "${SSH_AUTHORIZED_KEY}" ]]; then
|
||||
mkdir -p /root/.ssh
|
||||
echo "${SSH_AUTHORIZED_KfEY}" >/root/.ssh/authorized_keys
|
||||
echo "${SSH_AUTHORIZED_KEY}" >/root/.ssh/authorized_keys
|
||||
chmod 700 /root/.ssh
|
||||
chmod 600 /root/.ssh/authorized_keys
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user