You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to make use of my yubikey 5c together with an Samsung S9 FE+ tablet (Android 14). I installed termux, openkeychain, okc-agent. My keys show up nicely, no problems on this side. In termux I installed okc-agents (version 0.1.2) and added okc-ssh-agent into my .profile so the agent starts automatically.
ps aux shows the same PID as $SSH_AGENT_PID. So everything looks fine, but when I try to execute ssh-add -L I just get error fetching identities: communication with agent failed and of course all attempts to establish an ssh connection using my yubikey fail.
I use the exact same setup on my phone without problems.
Any ideas? Thanks in advance.
P.S. I already stumbled upon #143 and the issues referenced there, but couldn't sort it with the tips and workarounds from there (also I'm not using termux-pacman).
The text was updated successfully, but these errors were encountered:
Hi,
I try to make use of my yubikey 5c together with an Samsung S9 FE+ tablet (Android 14). I installed
termux
,openkeychain
,okc-agent
. My keys show up nicely, no problems on this side. In termux I installed okc-agents (version 0.1.2) and addedokc-ssh-agent
into my.profile
so the agent starts automatically.ps aux
shows the same PID as$SSH_AGENT_PID
. So everything looks fine, but when I try to executessh-add -L
I just geterror fetching identities: communication with agent failed
and of course all attempts to establish an ssh connection using my yubikey fail.I use the exact same setup on my phone without problems.
Any ideas? Thanks in advance.
P.S. I already stumbled upon #143 and the issues referenced there, but couldn't sort it with the tips and workarounds from there (also I'm not using termux-pacman).
The text was updated successfully, but these errors were encountered: