gpg-agent fails in mysterious way
up vote
0
down vote
favorite
I start gpg-agent.service with option --homedir to use my authen
subkey, restart on-failure, gpg-agent work well, but if when I do push/pull/clone on remote repo, when gpg's asking for passphrase with pinentry-tty, I interrupt it with ^C
constantly three times to make it fail.
The things go on, I keep doing other push/pull/clone and keep interrupting it and sometime gpg asks for second of new push/pull/clone with pinentry-tty but sometime just one time and it fails in mysterious way with the same message:
sign_and_send_pubkey: signing failed: agent refused operation
Because I had restart on-failure and pkill
, if I start new shell, gpg-agent works again, the question is how to make gpg-agent never refusing its operation to sign and send pubkey (meaning ask for passphrase and doing its job).
I highly suspect that this is intended to force gpg-agent fail to protect its from exploit or something else.
Log from journal:
Dec 06 07:05:35 localhost gpg-agent[7042]: gpg-agent (GnuPG) 2.2.11 starting in supervised mode.
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 3 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 4 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 5 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Dec 06 07:05:35 localhost gpg-agent[7042]: listening on: std=4 extra=6 browser=3 ssh=5
Dec 06 07:05:51 localhost gpg-agent[7042]: scdaemon[7072]: pcsc_establish_context failed: no service (0x8010001d)
Dec 06 07:05:52 localhost pinentry-tty[7075]: Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:05:52 localhost gpg-agent[7042]: Failed to lookup password for key s/<key_here> with secret service: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:05:52 localhost gpg-agent[7042]: cbreak failure, exiting
Dec 06 07:05:52 localhost gpg-agent[7042]: failed to unprotect the secret key: Invalid IPC response
Dec 06 07:05:52 localhost gpg-agent[7042]: failed to read the secret key
Dec 06 07:05:52 localhost gpg-agent[7042]: ssh sign request failed: Invalid IPC response <Pinentry>
Dec 06 07:05:55 localhost sshd[4285]: Received disconnect from 192.168.75.1 port 8202:11: disconnected by user
Dec 06 07:05:55 localhost sshd[4285]: Disconnected from user USER 192.168.75.1 port 8202
Dec 06 07:06:04 localhost gpg-agent[7042]: scdaemon[7072]: pcsc_establish_context failed: no service (0x8010001d)
Dec 06 07:06:05 localhost pinentry-tty[7148]: Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:06:05 localhost gpg-agent[7042]: Failed to lookup password for key s/<key_here> with secret service: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:06:31 localhost gpg-agent[7042]: failed to unprotect the secret key: No passphrase given
Dec 06 07:06:31 localhost gpg-agent[7042]: failed to read the secret key
Dec 06 07:06:31 localhost gpg-agent[7042]: ssh sign request failed: No passphrase given <GPG Agent>
Dec 06 07:06:40 localhost gpg-agent[7042]: can't connect my own socket: IPC connect call failed
Dec 06 07:06:40 localhost gpg-agent[7042]: this process is useless - shutting down
Dec 06 07:06:44 localhost gpg-agent[7042]: gpg-agent (GnuPG) 2.2.11 stopped
Dec 06 07:06:44 localhost gpg-agent[7042]: scdaemon[7072]: scdaemon (GnuPG) 2.2.11 stopped
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Control process exited, code=exited status=1
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Failed with result 'exit-code'.
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Service RestartSec=100ms expired, scheduling restart.
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Scheduled restart job, restart counter is at 1.
part of log that gpg-agent start refuse to do its job:
Dec 06 07:33:27 localhost pinentry-tty[12402]: Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:33:27 localhost gpg-agent[12397]: Failed to lookup password for key s/<key_here> with secret service: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:33:27 localhost gpg-agent[12397]: cbreak failure, exiting
Dec 06 07:33:27 localhost gpg-agent[12397]: failed to unprotect the secret key: Invalid IPC response
Dec 06 07:33:27 localhost gpg-agent[12397]: failed to read the secret key
Dec 06 07:33:27 localhost gpg-agent[12397]: ssh sign request failed: Invalid IPC response <Pinentry>
linux command-line gpg gpg-agent
add a comment |
up vote
0
down vote
favorite
I start gpg-agent.service with option --homedir to use my authen
subkey, restart on-failure, gpg-agent work well, but if when I do push/pull/clone on remote repo, when gpg's asking for passphrase with pinentry-tty, I interrupt it with ^C
constantly three times to make it fail.
The things go on, I keep doing other push/pull/clone and keep interrupting it and sometime gpg asks for second of new push/pull/clone with pinentry-tty but sometime just one time and it fails in mysterious way with the same message:
sign_and_send_pubkey: signing failed: agent refused operation
Because I had restart on-failure and pkill
, if I start new shell, gpg-agent works again, the question is how to make gpg-agent never refusing its operation to sign and send pubkey (meaning ask for passphrase and doing its job).
I highly suspect that this is intended to force gpg-agent fail to protect its from exploit or something else.
Log from journal:
Dec 06 07:05:35 localhost gpg-agent[7042]: gpg-agent (GnuPG) 2.2.11 starting in supervised mode.
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 3 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 4 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 5 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Dec 06 07:05:35 localhost gpg-agent[7042]: listening on: std=4 extra=6 browser=3 ssh=5
Dec 06 07:05:51 localhost gpg-agent[7042]: scdaemon[7072]: pcsc_establish_context failed: no service (0x8010001d)
Dec 06 07:05:52 localhost pinentry-tty[7075]: Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:05:52 localhost gpg-agent[7042]: Failed to lookup password for key s/<key_here> with secret service: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:05:52 localhost gpg-agent[7042]: cbreak failure, exiting
Dec 06 07:05:52 localhost gpg-agent[7042]: failed to unprotect the secret key: Invalid IPC response
Dec 06 07:05:52 localhost gpg-agent[7042]: failed to read the secret key
Dec 06 07:05:52 localhost gpg-agent[7042]: ssh sign request failed: Invalid IPC response <Pinentry>
Dec 06 07:05:55 localhost sshd[4285]: Received disconnect from 192.168.75.1 port 8202:11: disconnected by user
Dec 06 07:05:55 localhost sshd[4285]: Disconnected from user USER 192.168.75.1 port 8202
Dec 06 07:06:04 localhost gpg-agent[7042]: scdaemon[7072]: pcsc_establish_context failed: no service (0x8010001d)
Dec 06 07:06:05 localhost pinentry-tty[7148]: Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:06:05 localhost gpg-agent[7042]: Failed to lookup password for key s/<key_here> with secret service: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:06:31 localhost gpg-agent[7042]: failed to unprotect the secret key: No passphrase given
Dec 06 07:06:31 localhost gpg-agent[7042]: failed to read the secret key
Dec 06 07:06:31 localhost gpg-agent[7042]: ssh sign request failed: No passphrase given <GPG Agent>
Dec 06 07:06:40 localhost gpg-agent[7042]: can't connect my own socket: IPC connect call failed
Dec 06 07:06:40 localhost gpg-agent[7042]: this process is useless - shutting down
Dec 06 07:06:44 localhost gpg-agent[7042]: gpg-agent (GnuPG) 2.2.11 stopped
Dec 06 07:06:44 localhost gpg-agent[7042]: scdaemon[7072]: scdaemon (GnuPG) 2.2.11 stopped
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Control process exited, code=exited status=1
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Failed with result 'exit-code'.
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Service RestartSec=100ms expired, scheduling restart.
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Scheduled restart job, restart counter is at 1.
part of log that gpg-agent start refuse to do its job:
Dec 06 07:33:27 localhost pinentry-tty[12402]: Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:33:27 localhost gpg-agent[12397]: Failed to lookup password for key s/<key_here> with secret service: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:33:27 localhost gpg-agent[12397]: cbreak failure, exiting
Dec 06 07:33:27 localhost gpg-agent[12397]: failed to unprotect the secret key: Invalid IPC response
Dec 06 07:33:27 localhost gpg-agent[12397]: failed to read the secret key
Dec 06 07:33:27 localhost gpg-agent[12397]: ssh sign request failed: Invalid IPC response <Pinentry>
linux command-line gpg gpg-agent
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I start gpg-agent.service with option --homedir to use my authen
subkey, restart on-failure, gpg-agent work well, but if when I do push/pull/clone on remote repo, when gpg's asking for passphrase with pinentry-tty, I interrupt it with ^C
constantly three times to make it fail.
The things go on, I keep doing other push/pull/clone and keep interrupting it and sometime gpg asks for second of new push/pull/clone with pinentry-tty but sometime just one time and it fails in mysterious way with the same message:
sign_and_send_pubkey: signing failed: agent refused operation
Because I had restart on-failure and pkill
, if I start new shell, gpg-agent works again, the question is how to make gpg-agent never refusing its operation to sign and send pubkey (meaning ask for passphrase and doing its job).
I highly suspect that this is intended to force gpg-agent fail to protect its from exploit or something else.
Log from journal:
Dec 06 07:05:35 localhost gpg-agent[7042]: gpg-agent (GnuPG) 2.2.11 starting in supervised mode.
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 3 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 4 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 5 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Dec 06 07:05:35 localhost gpg-agent[7042]: listening on: std=4 extra=6 browser=3 ssh=5
Dec 06 07:05:51 localhost gpg-agent[7042]: scdaemon[7072]: pcsc_establish_context failed: no service (0x8010001d)
Dec 06 07:05:52 localhost pinentry-tty[7075]: Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:05:52 localhost gpg-agent[7042]: Failed to lookup password for key s/<key_here> with secret service: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:05:52 localhost gpg-agent[7042]: cbreak failure, exiting
Dec 06 07:05:52 localhost gpg-agent[7042]: failed to unprotect the secret key: Invalid IPC response
Dec 06 07:05:52 localhost gpg-agent[7042]: failed to read the secret key
Dec 06 07:05:52 localhost gpg-agent[7042]: ssh sign request failed: Invalid IPC response <Pinentry>
Dec 06 07:05:55 localhost sshd[4285]: Received disconnect from 192.168.75.1 port 8202:11: disconnected by user
Dec 06 07:05:55 localhost sshd[4285]: Disconnected from user USER 192.168.75.1 port 8202
Dec 06 07:06:04 localhost gpg-agent[7042]: scdaemon[7072]: pcsc_establish_context failed: no service (0x8010001d)
Dec 06 07:06:05 localhost pinentry-tty[7148]: Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:06:05 localhost gpg-agent[7042]: Failed to lookup password for key s/<key_here> with secret service: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:06:31 localhost gpg-agent[7042]: failed to unprotect the secret key: No passphrase given
Dec 06 07:06:31 localhost gpg-agent[7042]: failed to read the secret key
Dec 06 07:06:31 localhost gpg-agent[7042]: ssh sign request failed: No passphrase given <GPG Agent>
Dec 06 07:06:40 localhost gpg-agent[7042]: can't connect my own socket: IPC connect call failed
Dec 06 07:06:40 localhost gpg-agent[7042]: this process is useless - shutting down
Dec 06 07:06:44 localhost gpg-agent[7042]: gpg-agent (GnuPG) 2.2.11 stopped
Dec 06 07:06:44 localhost gpg-agent[7042]: scdaemon[7072]: scdaemon (GnuPG) 2.2.11 stopped
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Control process exited, code=exited status=1
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Failed with result 'exit-code'.
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Service RestartSec=100ms expired, scheduling restart.
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Scheduled restart job, restart counter is at 1.
part of log that gpg-agent start refuse to do its job:
Dec 06 07:33:27 localhost pinentry-tty[12402]: Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:33:27 localhost gpg-agent[12397]: Failed to lookup password for key s/<key_here> with secret service: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:33:27 localhost gpg-agent[12397]: cbreak failure, exiting
Dec 06 07:33:27 localhost gpg-agent[12397]: failed to unprotect the secret key: Invalid IPC response
Dec 06 07:33:27 localhost gpg-agent[12397]: failed to read the secret key
Dec 06 07:33:27 localhost gpg-agent[12397]: ssh sign request failed: Invalid IPC response <Pinentry>
linux command-line gpg gpg-agent
I start gpg-agent.service with option --homedir to use my authen
subkey, restart on-failure, gpg-agent work well, but if when I do push/pull/clone on remote repo, when gpg's asking for passphrase with pinentry-tty, I interrupt it with ^C
constantly three times to make it fail.
The things go on, I keep doing other push/pull/clone and keep interrupting it and sometime gpg asks for second of new push/pull/clone with pinentry-tty but sometime just one time and it fails in mysterious way with the same message:
sign_and_send_pubkey: signing failed: agent refused operation
Because I had restart on-failure and pkill
, if I start new shell, gpg-agent works again, the question is how to make gpg-agent never refusing its operation to sign and send pubkey (meaning ask for passphrase and doing its job).
I highly suspect that this is intended to force gpg-agent fail to protect its from exploit or something else.
Log from journal:
Dec 06 07:05:35 localhost gpg-agent[7042]: gpg-agent (GnuPG) 2.2.11 starting in supervised mode.
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 3 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 4 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 5 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Dec 06 07:05:35 localhost gpg-agent[7042]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Dec 06 07:05:35 localhost gpg-agent[7042]: listening on: std=4 extra=6 browser=3 ssh=5
Dec 06 07:05:51 localhost gpg-agent[7042]: scdaemon[7072]: pcsc_establish_context failed: no service (0x8010001d)
Dec 06 07:05:52 localhost pinentry-tty[7075]: Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:05:52 localhost gpg-agent[7042]: Failed to lookup password for key s/<key_here> with secret service: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:05:52 localhost gpg-agent[7042]: cbreak failure, exiting
Dec 06 07:05:52 localhost gpg-agent[7042]: failed to unprotect the secret key: Invalid IPC response
Dec 06 07:05:52 localhost gpg-agent[7042]: failed to read the secret key
Dec 06 07:05:52 localhost gpg-agent[7042]: ssh sign request failed: Invalid IPC response <Pinentry>
Dec 06 07:05:55 localhost sshd[4285]: Received disconnect from 192.168.75.1 port 8202:11: disconnected by user
Dec 06 07:05:55 localhost sshd[4285]: Disconnected from user USER 192.168.75.1 port 8202
Dec 06 07:06:04 localhost gpg-agent[7042]: scdaemon[7072]: pcsc_establish_context failed: no service (0x8010001d)
Dec 06 07:06:05 localhost pinentry-tty[7148]: Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:06:05 localhost gpg-agent[7042]: Failed to lookup password for key s/<key_here> with secret service: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:06:31 localhost gpg-agent[7042]: failed to unprotect the secret key: No passphrase given
Dec 06 07:06:31 localhost gpg-agent[7042]: failed to read the secret key
Dec 06 07:06:31 localhost gpg-agent[7042]: ssh sign request failed: No passphrase given <GPG Agent>
Dec 06 07:06:40 localhost gpg-agent[7042]: can't connect my own socket: IPC connect call failed
Dec 06 07:06:40 localhost gpg-agent[7042]: this process is useless - shutting down
Dec 06 07:06:44 localhost gpg-agent[7042]: gpg-agent (GnuPG) 2.2.11 stopped
Dec 06 07:06:44 localhost gpg-agent[7042]: scdaemon[7072]: scdaemon (GnuPG) 2.2.11 stopped
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Control process exited, code=exited status=1
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Failed with result 'exit-code'.
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Service RestartSec=100ms expired, scheduling restart.
Dec 06 07:06:44 localhost systemd[526]: gpg-agent.service: Scheduled restart job, restart counter is at 1.
part of log that gpg-agent start refuse to do its job:
Dec 06 07:33:27 localhost pinentry-tty[12402]: Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:33:27 localhost gpg-agent[12397]: Failed to lookup password for key s/<key_here> with secret service: The name org.freedesktop.secrets was not provided by any .service files
Dec 06 07:33:27 localhost gpg-agent[12397]: cbreak failure, exiting
Dec 06 07:33:27 localhost gpg-agent[12397]: failed to unprotect the secret key: Invalid IPC response
Dec 06 07:33:27 localhost gpg-agent[12397]: failed to read the secret key
Dec 06 07:33:27 localhost gpg-agent[12397]: ssh sign request failed: Invalid IPC response <Pinentry>
linux command-line gpg gpg-agent
linux command-line gpg gpg-agent
edited Dec 6 at 7:35
asked Dec 6 at 6:32
Tuyen Pham
553113
553113
add a comment |
add a comment |
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f486303%2fgpg-agent-fails-in-mysterious-way%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f486303%2fgpg-agent-fails-in-mysterious-way%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown