Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible incompatibility with macOS 13.1 #135

Closed
artyom opened this issue Dec 20, 2022 · 2 comments
Closed

Possible incompatibility with macOS 13.1 #135

artyom opened this issue Dec 20, 2022 · 2 comments

Comments

@artyom
Copy link

artyom commented Dec 20, 2022

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.

@artyom
Copy link
Author

artyom commented Dec 20, 2022

Closing this for now, it looks like the piv-go compatibliitly issue is related to Go 1.20rc1, not macOS update, it works with Go 1.19.4.

Apologies!

@artyom artyom closed this as completed Dec 20, 2022
@artyom
Copy link
Author

artyom commented Dec 20, 2022

Here's an upstream issue for the reference: go-piv/piv-go#113

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant