Funtoo Linux Developer pytony Posted April 9, 2015 Funtoo Linux Developer Report Share Posted April 9, 2015 Hi funtooers, I just installed Keychain to save up some password typing and I would like to take advantage of it for mutt. Currently here is what I have in my muttrc to unlock IMAP passwords: set my_pass_gmail=`gpg -d ~/.secret/.passwd.gpg | awk '/mail_gmail:/ {print $2}'` set my_pass_aladom=`gpg -d ~/.secret/.passwd.gpg | awk '/mail_aladom:/ {print $2}'` Currently, I have to type my RSA key password twice at Mutt startup. And if I add more accounts, I'll have to type it even more. I'd like to type it only once (or even 0 if I already typed it after logging in). I think this is doable with Keychain, but did not find out how to do it on this page http://www.funtoo.org/Keychain Thanks in advance. Link to comment Share on other sites More sharing options...
Funtoo Linux Developer pytony Posted April 10, 2015 Author Funtoo Linux Developer Report Share Posted April 10, 2015 Found what I missed thanks to rieper on IRC. eval `keychain --agents ssh,gpg --eval id_rsa DEADBEEF BADCAFFE` in your ~/.bash_profile or ~/.zprofile I think this should be documented in www.funtoo.org/Keychain Link to comment Share on other sites More sharing options...
Recommended Posts