YubiKey-Guide icon indicating copy to clipboard operation
YubiKey-Guide copied to clipboard

Guide to using YubiKey for GnuPG and SSH

Results 50 YubiKey-Guide issues
Sort by recently updated
recently updated
newest added

On my desktop I have my Yubikey plugged in and I can use it as expected. I also regularly SSH into my laptop (on which I've previously used my Yubikey...

help wanted

I find it handy to upload my public key to something like Keybase.io or Public Dropbox folder and set the URL of the YubiKey to the public key URL. Then...

enhancement
help wanted

A potential configuration to the YubiKey when using it as a SmartCard mentioned in https://github.com/drduh/YubiKey-Guide#create-configuration > Important The cache-ttl options do NOT apply when using a YubiKey as a smartcard...

enhancement

Turns out that if you have lost your public keys, you can re-generate them off YubiKey. https://www.nicksherlock.com/2021/08/recovering-lost-gpg-public-keys-from-your-yubikey/

I carefully followed the guide to generate PGP keys, and then moved onto SSH. Specifically, I'm doing the following: 1. `$ wget -O ~/.gnupg/gpg-agent.conf https://raw.githubusercontent.com/drduh/config/master/gpg-agent.conf` 2. Following the tip, I...

help wanted

Hi! I've recently learned how to use the gpg `--batch` and `--quick-add-key` commands, I find them useful and imo they remove a bit of complexity when creating keys, making the...

Previously I had SSH public key authentication operational but at some point it stopped working and I have not been able to get it working anymore. Please note that git...

help wanted

Per Yubico's documentation, the YubiKeys BIO - FIDO Edition do not support OpenPGP: - https://support.yubico.com/hc/en-us/articles/360013790259-Using-Your-YubiKey-with-OpenPGP - https://support.yubico.com/hc/en-us/articles/4407752687378-YubiKey-C-Bio-FIDO-Edition - https://www.yubico.com/fr/store/#yubikey-bio-series-fido-edition I also added the link to the list of keys compatible...

This adds a section for network considerations and guidance on disabling unnecessary services that may be bound to all interfaces (and in some cases are listening by default). While the...

Since [this commit](https://github.com/drduh/YubiKey-Guide/commit/b2959d075b8a89e3b5f36cea224347654871258e) the `export` instructions have been removed from the `GNUPGHOME` definitions. I guess this is wrong because `gnupg` won't recognize this new configuration path and will use its...