diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-11-21 21:25:12 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-11-21 21:25:12 -0200 |
commit | 68e1a5551da6d64af68f78571ee42fd64162aa4d (patch) | |
tree | a1dfa23033b10adfd394870323c6cadc18929e2a | |
parent | bb73e2c5569db5d3d573013bcf3224bcb39be75b (diff) | |
download | keyringer-68e1a5551da6d64af68f78571ee42fd64162aa4d.tar.gz keyringer-68e1a5551da6d64af68f78571ee42fd64162aa4d.tar.bz2 |
Minor output change
-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 |