diff options
-rwxr-xr-x | share/keyringer/genpair | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/keyringer/genpair b/share/keyringer/genpair index 3cb3060..5fadbf0 100755 --- a/share/keyringer/genpair +++ b/share/keyringer/genpair @@ -35,6 +35,7 @@ function genpair_ssh { function genpair_gpg { echo "Make sure that $KEYDIR is atop of an encrypted volume." read -s -p "Enter password for the private key: " passphrase + printf "\n" # TODO: insert 279 random bytes # TODO: custom Name-Comment and Name-Email |