mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
ref(ssh-pubkey): show key generation message since it takes so long
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user