ref(ssh-pubkey): show key generation message since it takes so long

This commit is contained in:
AJ ONeal
2024-06-05 17:32:38 +00:00
parent 6c5b040b8c
commit e54262cf13
+1
View File
@@ -74,6 +74,7 @@ main() {
else
my_keytype='rsa'
echo >&2 ""
echo >&2 "Generating public/private rsa key pair."
ssh-keygen -b 4096 -t rsa -f ~/.ssh/id_rsa -q -N ""
ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub
fi