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
Note: the Apple silicon specific step is the build step. I don't have an Intel-based Mac, so IDK what the step should be. My guess is that the GOARCH value would be different.
The rest should work on all recent macOS machines, though.
The text was updated successfully, but these errors were encountered:
These are my notes to help users to setup yubikey-agent on macOS with Apple Silicon without homebrew:
I am skipping the obtain the source code, unpack steps. Also, no instructions provided on how to obtain
go
.To build the package, use
Copy the binary in place. I picked
/usr/local/bin
and this will be used in below (this can be changed)Install for a user:
Copy this into the file
launched.yubikey-agent.plist
:Enable the service:
Then, in
~/.ssh/config
, use:Note: the Apple silicon specific step is the build step. I don't have an Intel-based Mac, so IDK what the step should be. My guess is that the
GOARCH
value would be different.The rest should work on all recent macOS machines, though.
The text was updated successfully, but these errors were encountered: