NikosAlexandris 3 Posted March 21 Report Share Posted March 21 (edited) In `.bash_profile` I use keychain --eval --timeout 180 --agents ssh,gpg "$SSHKEY" "$GPGKEY" This asks the (same) passphrase twice. Once to add the SSH key, and another time to unlock the GPG key. Is it possible to type-in the passphrase only once for both? Edited March 21 by NikosAlexandris Link to post Share on other sites
Question
NikosAlexandris 3
In `.bash_profile` I use
keychain --eval --timeout 180 --agents ssh,gpg "$SSHKEY" "$GPGKEY"
This asks the (same) passphrase twice. Once to add the SSH key, and another time to unlock the GPG key. Is it possible to type-in the passphrase only once for both?
Edited by NikosAlexandrisLink to post
Share on other sites
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now