What is causing this? I've been seeing it over and over again. What is going on?
gpg: gpg-agent is not available in this session
What is causing this? I've been seeing it over and over again. What is going on?
gpg: gpg-agent is not available in this session
Linux Advanced Guides and News!
http://linuxinnovations.blogspot.com/
Green means go, Yellow means faster, Red means don't stop.
Bump.
Getting the same error here. I'm trying the following:
Code:user@ubuntu:~$ gpg -c --cipher-algo aes256 test.txt gpg: gpg-agent is not available in this session
Bump.
I'm getting the same issue. I have a file, "my_file.tar.gz", and I want to encrypt it with:
Running this command gives:Code:gpg -c my_file.tar.gz
Encryption/decryption seems to work fine, but the message is a little strange, and it would be good to know what it is referring to.Code:gpg: gpg-agent is not available in this session
hmmmm getting this myself, encryption decryption seems to work fine, it just prompts me for the pass in the cli rather than popping up the box though like it should
as stated here: http://www.gnupg.org/documentation/m...002dAGENT.html,
"gpg-agent is a daemon to manage secret (private) keys independently from any protocol. It is used as a backend for gpg and gpgsm as well as for a couple of other utilities."
simply add option "--no-use-agent" to get rid of warning, unless you specifically want to use the GnuPG-Agent.
Last edited by Primefalcon; December 7th, 2010 at 03:12 AM.
Bookmarks