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
{{ message }}
This repository was archived by the owner on Jul 19, 2018. It is now read-only.
I'm running Arch Linux, which recently received an upgrade to boost 1.64.0. I recompiled ssh-agent-filter against the new boost version, and noticed it stopped working:
[me@machine ~]$ afssh --comment me@example.com -- box.example.com
Agent pid 1234
error fetching identities for protocol 2: communication with agent failed
The agent has no identities.
Downgrading to boost 1.63.0 and recompiling again fixes the issue, so I assume that was the problem.
I'm not sure if I can provide any other useful information, but I'm happy to try whatever is required to debug the issue further.
I'm running Arch Linux, which recently received an upgrade to boost 1.64.0. I recompiled ssh-agent-filter against the new boost version, and noticed it stopped working:
Downgrading to boost 1.63.0 and recompiling again fixes the issue, so I assume that was the problem.
I'm not sure if I can provide any other useful information, but I'm happy to try whatever is required to debug the issue further.