[Bug 3426] get_agent_identities: ssh_fetch_identitylist: communication with agent failed
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Apr 27 16:30:04 AEST 2022
https://bugzilla.mindrot.org/show_bug.cgi?id=3426
--- Comment #9 from Darren Tucker <dtucker at dtucker.net> ---
Looking at how keepassxc's integration works
(https://keepassxc.org/docs/#faq-ssh-agent-how) it looks like it's just
acts as a client to the agent not a proxy like I originally thought.
The documentation says "and it acts as a client for an existing agent."
which makes me wonder if you're using OpenSSH's ssh-agent or something
else like the gpg-agent? Is that true on both systems?
You can find out with something like:
$ sudo lsof $SSH_AUTH_SOCK
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE
NAME
ssh-agent 2486 dtucker 3u unix 0xffffffc036ff5e80 0t0 3273328
/tmp/ssh-oDfYy0e9aQrN/agent.2486 type=STREAM
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list