ocho:~ dalvarado$ /opt/local/bin/gpg --trust-model always --sign --
force-mdc -e -a --homedir /Users/dalvarado/.gnupg --recipient 23AC19FF
You need a passphrase to unlock the secret key for
user: "Dave Alvarado <dalv...@www.colorado.gov>"
2048-bit RSA key, ID A34ED8DD, created 2009-09-30
gpg: gpg-agent is not available in this session
Enter passphrase:
What is also odd is that I'm told, "gpg: gpg-agent is not available in
this session" but I just installed the agent. Any help in
troubleshooting is appreciated, - Dave
> gpg: gpg-agent is not available in this session
The gpg-agent daemon needs to be started prior to running gpg. Normally
gpg-agent is run from a file that's executed once per login, such as
~/.profile.
I'm not sure what startup files are used in the Mac system. In bash,
it's /etc/profile followed by one of ~/.bash_profile, ~/.bash_login, or
~/.profile (only running the first one found). See man gpg-agent for
details.
If the keychain package is available, It can automate the startup of
gpg-agent and/or ssh-agent.
Regards, Dave Hodgins
--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
Thanks. I'm fairly certain the agent is running, my question is, how
do I tell it not to prompt me for passphrases for files encrypted with
a certain key?
- Dave