aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add section to quickly create keysapiraino2022-04-153-3/+81
|
* reset all changesapiraino2022-04-121-204/+420
|
* Merge branch 'master' into rewrite-key-creation-take2apiraino2022-04-121-177/+200
|\
| * Merge pull request #311 from michael-k/typodrduh2022-04-091-1/+1
| |\ | | | | | | Fix typo (numnber → number)
| | * Fix typoMichael Käufl2022-03-171-1/+1
| | | | | | | | | | | | Closes drduh/YubiKey-Guide#297
| * | Merge pull request #313 from beardedbotanist/masterdrduh2022-04-091-1/+1
| |\ \ | | |/ | |/| Adding wget as prerequisite on macOS
| | * Adding wget as prerequisite on macOS beardedbotanist2022-04-081-1/+1
| |/ | | | | When i was following the guide I could not fetch the gpg config because I was missing wget
| * Merge pull request #292 from mpdude/patch-1drduh2022-03-161-2/+4
| |\ | | | | | | Point out that paperkey backups are password-protected
| | * Point out that paperkey backups are password-protectedMatthias Pigulla2021-10-251-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).
| * | Merge pull request #294 from DevSecNinja/patch-1drduh2022-03-161-2/+2
| |\ \ | | | | | | | | Add small adjustments after renewing my subkeys
| | * | Add small adjustments after renewing my subkeysJean-Paul van Ravensberg2021-11-071-2/+2
| | |/
| * | Merge pull request #308 from okada-h/add-missing-prepositiondrduh2022-03-161-1/+1
| |\ \ | | | | | | | | Add missing preposition ("be able use" -> "be able to use")
| | * | Add missing preposition ("be able use" -> "be able to use")Hiroki Okada2022-01-281-1/+1
| | |/
| * | Merge pull request #295 from pedrohdz-scrap/no-pukdrduh2022-03-161-1/+1
| |\ \ | | | | | | | | Fixed broken "Change PUK" link
| | * | Fixed broken "Change PUK" linkPedro H2021-11-131-1/+1
| | |/ | | | | | | | | | | | | Fixed a broken link found in https://github.com/drduh/YubiKey-Guide/issues/287 and updated the text.
| * | Merge pull request #303 from maxromanovsky/patch-1drduh2022-03-161-1/+1
| |\ \ | | | | | | | | Fix for `tr: Illegal byte sequence` on macOS
| | * | Fix for `tr: Illegal byte sequence` on macOSMaksim Ramanouski2022-01-021-1/+1
| | |/
| * | Merge pull request #310 from dirkjanm/masterdrduh2022-03-161-1/+1
| |\ \ | | |/ | |/| Add notes about KDF compatibility (solves #307)
| | * Add notes about KDF compatibility (solves #307)Dirk-jan Mollema2022-02-151-1/+1
| |/
| * Merge pull request #291 from gaffneyd4/improve-recovery-guidedrduh2021-10-241-1/+8
| |\ | | | | | | Added clearer recovery options
| | * Add TOC entry, fix linkDerek Gaffney2021-10-101-2/+2
| | |
| | * Added clearer recovery optionsWheest2021-10-101-1/+8
| | |
| * | Merge pull request #290 from NiklasMerz/mac-m1drduh2021-10-241-1/+1
| |\ \ | | | | | | | | add pinentry path for M1 macs
| | * | add pinentry path for M1 macsNiklas Merz2021-10-051-1/+1
| | |/ | | | | | | | | | Closes #289
| * | Merge pull request #288 from watermelonpizza/masterdrduh2021-10-241-4/+6
| |\ \ | | | | | | | | Use GPT instead of MBR
| | * | Use GPT instead of MBRDaniel Miller2021-10-041-4/+6
| | |/
| * | Merge pull request #285 from jaeha-choi/masterdrduh2021-10-241-3/+14
| |\ \ | | | | | | | | Add Key Derived Function (KDF) setting
| | * | Add note about KDFJaeha Choi2021-09-061-3/+14
| | |/
| * | Merge pull request #284 from jsoref/grammardrduh2021-10-241-19/+19
| |\ \ | | | | | | | | Minor grammar fixes
| | * | Minor grammar fixesJosh Soref2021-08-261-19/+19
| | |/
| * | Merge pull request #239 from basbebe/temp-folder-prefix-with-datedrduh2021-10-241-2/+2
| |\ \ | | |/ | |/| add prefix and date to temporary folder
| | * add prefix and date to temporary folderbasbebe2021-09-301-2/+2
| |/ | | | | | | This makes identifying the latest version easier when daleing with backups.
* | lintingapiraino2021-08-221-7/+7
| | | | | | | | Signed-off-by: apiraino <apiraino@users.noreply.github.com>
* | Rewrite keys generation tutorialapiraino2021-08-223-271/+115
|/ | | | | | | | | | | 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>
* Stage alternatives section and cleanup grammardrduh2021-08-151-12/+19
|
* Note to permasave password to fix #206drduh2021-08-151-1/+3
|
* Mention the yubikey troubleshooting guide for gpg to fix #217drduh2021-08-151-0/+2
|
* Update filenames to fix #222drduh2021-08-152-10/+10
|
* Merge pull request #276 from pedrohdz-scrap/clarify.pins-take.2drduh2021-08-151-23/+15
|\ | | | | Clarified PIN config
| * Expanded on GPG PIN configPedro H2021-08-101-24/+14
| |
| * clarify pins, drduh/YubiKey-Guide#248Andrew Martinez2021-08-101-7/+9
| | | | | | | | | | - define each pin name, default, usage - call out special admin pin restrictions
* | Merge pull request #262 from iandstanley/patch-1drduh2021-08-151-0/+25
|\ \ | | | | | | switching between Yubikeys
| * | added to section multiple Yubikeys section re: switching between YubikeysIan Stanley2021-06-041-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
* | Merge pull request #264 from iandstanley/masterdrduh2021-08-151-2/+2
|\ \ | | | | | | added mention of ssh key support for blue security keys
| * | added mention of ssh key support for blue security keys Ian Stanley2021-06-081-2/+2
| |/ | | | | | | | | As detailed in their recent press release and blog post https://www.yubico.com/blog/github-now-supports-ssh-security-keys/
* | Merge pull request #259 from iandstanley/patch-1drduh2021-08-151-0/+23
|\ \ | | | | | | Script to switch between two Yubikeys with identical keys
| * | Script to switch between two Yubikeys with identical keysIan Stanley2021-05-051-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some GitHub users have asked in the issues why can't I use two Yubikeys (one as a backup). It's a question often asked The usual answer given across the web is that you can't as GPG replaces the key with key stubs when you quit and save (if you don't save then the Yubikey appears useless as GPG doesn't delete the keys and carries on using them off the keyring. If once you have run keytocard to transfer your keys to the Yubikey#1 you QUIT WITHOUT SAVING then you can repeat the whole process again and put in your Yubikey#2 and keytocard again. this time QUIT AND SAVE. GPG will now replace the keys with a key stub pointing to the Yubikey with the card serial number (see Yubikey serial on back of key) when you try to decrypt/sign/authenticate. The first Yubikey will be ignored despite the fact it has a copy of the Yubikey. However you can use gpg-connect-agent to force read the Yubikey and repoint the key stubs to the keys on the Yubikey inserted. Just run the script and insert whichever key you have to have (primary or backup) when prompted NB once this script has been run GPG will be pointing the stubs at the recently used Yubikey ... to go back to your first Yubikey again switch Yubikeys and re-run script Simples :)
* | | Merge pull request #268 from reissmann/patch-1drduh2021-08-151-1/+1
|\ \ \ | |_|/ |/| | Update nixos LiveCD example
| * | Update nixos LiveCD exampleSven Reissmann2021-07-051-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````
* | Merge pull request #247 from jamesob/jamesob-21-03-pass-troubledrduh2021-05-311-0/+11
|\ \ | | | | | | Add note about pass insert error and `trust-key` usage