diff --git a/generate_svc_account_key.sh b/generate_svc_account_key.sh
index eacaff8b2e86fcefbd08dba1aa4424ac315f5146..e7a85459d9336bcb491fd060b11c0a5beb8a59b8 100644
--- a/generate_svc_account_key.sh
+++ b/generate_svc_account_key.sh
@@ -7,4 +7,4 @@
 #
 
 read -p 'Service Account: ' account
-sudo -u "$account" -H -- bash -c "cd ~; mkfifo key key.pub && cat key && cat key.pub >> /etc/ssh/authorized_keys/$account & echo \"y\" | ssh-keygen -oq -t ed25519 -N \"\" -f key &>/dev/null; rm key key.pub"
\ No newline at end of file
+sudo -u "$account" -H -- bash -c "cd ~; mkfifo key key.pub && cat key && cat key.pub >> /etc/ssh/authorized_keys/$account & echo \"y\" | ssh-keygen -q -t ed25519 -N \"\" -f key &>/dev/null; rm key key.pub"
\ No newline at end of file