Skip to content

enigmail: gpg: problem with the agent: end of file

November 30, 2011

 

  1. nano -w ~/.gnupg/gpg-agent.conf
    
    pinentry-program /usr/bin/pinentry-gtk-2
    no-grab
    default-cache-ttl 1800
  2. nano -w ~/.gnupg/gpg.conf
    
    # add this
    use-agent 
  3. pkill gpg && eval "$(gpg-agent --daemon)"

 

Advertisement

From → lxde, opensuse, post, sicurezza

Leave a Comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s