NikosAlexandris Posted March 21, 2021 Report Share Posted March 21, 2021 (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, 2021 by NikosAlexandris Link to comment Share on other sites More sharing options...
Question
NikosAlexandris
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 comment
Share on other sites
0 answers to this question
Recommended Posts