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
After installing the recent macOS update last week, which upgraded it from 13.0.x to 13.1, yubikey-agent stopped working for me.
It logs the following:
agent 27: ssh: parse error in message type 27
Connecting to the YubiKey...
agent 11: could not reach YubiKey: connecting to pscs: the Smart card resource manager is not running
The first error looks like golang/go#51689, and can be fixed by updating golang.org/x/crypto dependency (go get -u golang.org/x/crypto, which brings v0.4.0).
After this, the other error still remains:
Connecting to the YubiKey...
agent 11: could not reach YubiKey: connecting to pscs: the Smart card resource manager is not running
I suspect it's more of an upstream issue with github.com/go-piv/piv-go; at the moment its readme explicitly states that on macOS it doesn't require any additional packages to work.
Unfortunately, I lack the knowledge to investigate this deeper at the moment.
The text was updated successfully, but these errors were encountered:
After installing the recent macOS update last week, which upgraded it from 13.0.x to 13.1, yubikey-agent stopped working for me.
It logs the following:
The first error looks like golang/go#51689, and can be fixed by updating golang.org/x/crypto dependency (
go get -u golang.org/x/crypto
, which brings v0.4.0).After this, the other error still remains:
I suspect it's more of an upstream issue with github.com/go-piv/piv-go; at the moment its readme explicitly states that on macOS it doesn't require any additional packages to work.
Unfortunately, I lack the knowledge to investigate this deeper at the moment.
The text was updated successfully, but these errors were encountered: