-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
How to use the key on a new pc? #466
Comments
No such thing as a dumb question (and particularly not where "security" hocus-pocus is concerned). The answer is actually buried in the DrDuh guide but it's spread out. The setup begins at Keyserver. That explains how to send your public key to a keyserver such as keyserver.ubuntu.com. The same section also explains how to format a URL to be added to your YubiKey. The problem is that, insofar as I'm aware, you can't reference the URL variable directly from within
Tip:
Copy what comes back from the
In words:
The acid test is whether you can see the URL when you run:
Now, assume a disaster and the only thing you have is your YubiKey and a brand new computer which has all the software prerequisites satisfied as per the DrDuh guide:
No keys of any kind but
If you run The only thing that hasn't happened is trust being set. Noting that your KeyID appears a couple of times in the above, you can re-establish the variable via copy/paste, so:
This stuff is actually mentioned at Using YubiKey but the context of the various headings makes it look like it only applies to OpenBSD. It's not restricted to OpenBSD. It's general. Once you have your public key uploaded to the keyserver and have programmed the URL into your YubiKey, you can test it on an existing system just by moving
Then, when you're done, remove the newly-created Hope this helps. |
This might be a dumb request / question, but how would i go to work with this if I'm ever forced to move to another installation? Let's say i only have the yubikey but after a crash i'm forced to use the key on another computer without the stub file?
The text was updated successfully, but these errors were encountered: