From e54262cf13bee03488df53a2269c7894443d60d5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 17 May 2024 06:20:23 +0000 Subject: [PATCH] ref(ssh-pubkey): show key generation message since it takes so long --- ssh-pubkey/ssh-pubkey | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh-pubkey/ssh-pubkey b/ssh-pubkey/ssh-pubkey index a1cdc47..61ab228 100755 --- a/ssh-pubkey/ssh-pubkey +++ b/ssh-pubkey/ssh-pubkey @@ -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