add space to new keys

This commit is contained in:
2022-09-27 22:46:15 +02:00
parent f1e6452890
commit 9111211465
+1
View File
@@ -62,6 +62,7 @@ function make_and_import_ssh_keys {
for key in $FILES; do
echo "- Adding SSH-Key $key"
cat "/sshkeys/clients/$key" >> "/.ssh/authorized_keys"
echo "" >> "/.ssh/authorized_keys"
done
echo "" >> "/.ssh/authorized_keys"