aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-28Add Fedora required software sectionSeanOMik1-0/+10
2022-04-25Update OneRNG to version 3.7Dennis Hoppe1-5/+4
2022-04-22Add explanation of a possible fix for the `signing failed: agent refused ↵Peter Engelbert1-0/+2
operation` error Signed-off-by: Peter Engelbert <pmengelbert@gmail.com>
2022-04-15Add section to quickly create keysapiraino1-1/+79
2022-04-12reset all changesapiraino1-204/+420
2022-04-12replace dead link with the web archivePeter Babič1-1/+1
2022-04-12chore: add piv-agent to Alternatives sectionScott Leggett1-1/+1
2022-04-08Adding wget as prerequisite on macOS beardedbotanist1-1/+1
When i was following the guide I could not fetch the gpg config because I was missing wget
2022-03-17Fix typoMichael Käufl1-1/+1
Closes drduh/YubiKey-Guide#297
2022-02-15Add notes about KDF compatibility (solves #307)Dirk-jan Mollema1-1/+1
2022-01-28Add missing preposition ("be able use" -> "be able to use")Hiroki Okada1-1/+1
2022-01-02Fix for `tr: Illegal byte sequence` on macOSMaksim Ramanouski1-1/+1
2021-11-13Fixed broken "Change PUK" linkPedro H1-1/+1
Fixed a broken link found in https://github.com/drduh/YubiKey-Guide/issues/287 and updated the text.
2021-11-07Add small adjustments after renewing my subkeysJean-Paul van Ravensberg1-2/+2
2021-10-25Point out that paperkey backups are password-protectedMatthias Pigulla1-2/+4
Fixes #263. Really though decision to make whether a paper printout with the password is a good way to go (recoverable but needs a really good place to keep) or not (more protection, but possibly worthless).
2021-10-10Add TOC entry, fix linkDerek Gaffney1-2/+2
2021-10-10Added clearer recovery optionsWheest1-1/+8
2021-10-05add pinentry path for M1 macsNiklas Merz1-1/+1
Closes #289
2021-10-04Use GPT instead of MBRDaniel Miller1-4/+6
2021-09-30add prefix and date to temporary folderbasbebe1-2/+2
This makes identifying the latest version easier when daleing with backups.
2021-09-06Add note about KDFJaeha Choi1-3/+14
2021-08-26Minor grammar fixesJosh Soref1-19/+19
2021-08-22lintingapiraino1-7/+7
Signed-off-by: apiraino <apiraino@users.noreply.github.com>
2021-08-22Rewrite keys generation tutorialapiraino1-271/+54
The master key is now created with `--batch` and a configuration script. The subkeys are created with the quick key manipulation interface (`--quick-add-key`). Also provided two configuration scripts as templates for a RSA4096 or a ED25519 master key. Signed-off-by: apiraino <apiraino@users.noreply.github.com>
2021-08-15Stage alternatives section and cleanup grammardrduh1-12/+19
2021-08-15Note to permasave password to fix #206drduh1-1/+3
2021-08-15 Mention the yubikey troubleshooting guide for gpg to fix #217drduh1-0/+2
2021-08-15Update filenames to fix #222drduh1-9/+9
2021-08-10Expanded on GPG PIN configPedro H1-24/+14
2021-08-10clarify pins, drduh/YubiKey-Guide#248Andrew Martinez1-7/+9
- define each pin name, default, usage - call out special admin pin restrictions
2021-07-05Update nixos LiveCD exampleSven Reissmann1-1/+1
````nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix```` no longer exists. Update to ````nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix````
2021-06-08added mention of ssh key support for blue security keys Ian Stanley1-2/+2
As detailed in their recent press release and blog post https://www.yubico.com/blog/github-now-supports-ssh-security-keys/
2021-06-04added to section multiple Yubikeys section re: switching between YubikeysIan Stanley1-0/+25
section describes the issue and the remedy for GPG stubs only pointing to the Yubikey that was last subject to the keytocard command
2021-05-01Add hint re. (new) `ssh-keygen -t ed25519-sk`Michael Vorburger ⛑️1-0/+2
2021-03-25Add note about pass insert error and `trust-key` usageJames O'Beirne1-0/+11
When using a previously provisioned YubiKey on a new computer, I was met with an "Unusable public key" error when trying to insert a new password, despite being able to decrypt pass entries. I tried setting the trust on the key via `gpg --edit-key`, but was then met with "Need secret key to do this." I found that the solution is apparently to use the `trust-key` directive in `~/.gnupg/gpg.conf`, which is not mentioned in the README at the moment.
2021-03-24Update usage of ykmanWilli Schönborn1-6/+6
Fixes the following warning: WARNING: The use of this command is deprecated and will be removed! Replace with: ykman openpgp keys set-touch
2021-02-04Update README.mdberwag1-1/+1
2021-01-28Update README.mdberwag1-1/+1
changed wording according to yubischiess' comment
2021-01-27Additions to "Required Software"berwag1-0/+6
proposed change according to Issue#215
2021-01-13Fix: "quit" to save -> "save" to saveAndreas Klöckner1-1/+1
2021-01-10add fish configbasbebe1-0/+7
2021-01-10Add SSH setup for macOS GUI applicationsbasbebe1-2/+61
On macOS, a LaunchAgent needs to be created to overwrite the system's SSH agent. see https://github.com/drduh/YubiKey-Guide/issues/229
2020-12-25Adds warning about PUK being defaultNemo1-1/+3
2020-12-25Adds instructions on changing the PUKNemo1-3/+25
2020-12-24Rephrase one sentence according to one comment on drduh/YubiKey-Guide#225Zenithal1-1/+1
2020-12-24Add subsections on chained agent forwardingZenithal1-4/+35
2020-12-03Add note on chained agent forwardingZenithal1-0/+4
2020-12-03Correct WSL agent forwardingZenithal1-4/+8
This is a mix of two forwarding method, this commit separates them
2020-12-03Change note in alter agent sectionZenithal1-1/+2
Different methods have different requirements
2020-12-03Add new method for ssh-agent forwardingZenithal1-4/+45