remove not neated free space at the end of authorized_keys

This commit is contained in:
2022-09-27 22:51:25 +02:00
parent 9111211465
commit 8883cbe5f1
-1
View File
@@ -64,7 +64,6 @@ function make_and_import_ssh_keys {
cat "/sshkeys/clients/$key" >> "/.ssh/authorized_keys"
echo "" >> "/.ssh/authorized_keys"
done
echo "" >> "/.ssh/authorized_keys"
chown -R "$USER":"$USER" "/.ssh"
chmod 700 "/.ssh"