aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Minor grammar fixesJosh Soref2021-08-261-19/+19
|
* 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
| * | Add note about pass insert error and `trust-key` usageJames O'Beirne2021-03-251-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.
* | | Merge pull request #246 from whiskeysierra/patch-1drduh2021-05-311-6/+6
|\ \ \ | | | | | | | | Update usage of ykman
| * | | Update usage of ykmanWilli Schönborn2021-03-241-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
* | | Merge pull request #232 from captn3m0/warningdrduh2021-05-311-0/+2
|\ \ \ | | | | | | | | [security] Adds warning about PUK being default
| * | | Adds warning about PUK being defaultNemo2020-12-251-1/+3
| | |/ | |/|
* | | Merge pull request #231 from captn3m0/change-pukdrduh2021-05-311-3/+25
|\ \ \ | | | | | | | | Adds instructions on changing the PUK
| * | | Adds instructions on changing the PUKNemo2020-12-251-3/+25
| |/ /
* | | Merge pull request #258 from vorburger/patch-6drduh2021-05-311-0/+2
|\ \ \ | |_|/ |/| | Add hint re. (new) `ssh-keygen -t ed25519-sk`
| * | Add hint re. (new) `ssh-keygen -t ed25519-sk`Michael Vorburger ⛑️2021-05-011-0/+2
|/ /
* | Merge pull request #242 from inducer/patch-1drduh2021-02-111-1/+1
|\ \ | | | | | | Fix: "quit" to save -> "save" to save
| * | Fix: "quit" to save -> "save" to saveAndreas Klöckner2021-01-131-1/+1
| | |
* | | Merge pull request #240 from basbebe/macOS-GUI-setupdrduh2021-02-081-2/+61
|\ \ \ | | | | | | | | Add SSH setup for macOS GUI applications
| * | | Add SSH setup for macOS GUI applicationsbasbebe2021-01-101-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
* | | Merge pull request #243 from berwag/patch-1drduh2021-02-041-0/+6
|\ \ \ | | | | | | | | Additions to "Required Software"
| * | | Update README.mdberwag2021-02-041-1/+1
| | | |
| * | | Update README.mdberwag2021-01-281-1/+1
| | | | | | | | | | | | changed wording according to yubischiess' comment
| * | | Additions to "Required Software"berwag2021-01-271-0/+6
|/ / / | | | | | | proposed change according to Issue#215
* | | Merge pull request #241 from basbebe/fish-configdrduh2021-01-181-0/+7
|\ \ \ | |/ / |/| | add fish config
| * | add fish configbasbebe2021-01-101-0/+7
|/ /
* | Merge pull request #225 from ZenithalHourlyRate/gpg-agent-forwarddrduh2020-12-301-41/+139
|\ \ | | | | | | Add New Agent Forward Method and Clarify Two Methods
| * | Rephrase one sentence according to one comment on drduh/YubiKey-Guide#225Zenithal2020-12-241-1/+1
| | |
| * | Add subsections on chained agent forwardingZenithal2020-12-241-4/+35
| | |
| * | Add note on chained agent forwardingZenithal2020-12-031-0/+4
| | |
| * | Correct WSL agent forwardingZenithal2020-12-031-4/+8
| | | | | | | | | | | | | | | This is a mix of two forwarding method, this commit separates them
| * | Change note in alter agent sectionZenithal2020-12-031-1/+2
| | | | | | | | | | | | Different methods have different requirements
| * | Add new method for ssh-agent forwardingZenithal2020-12-031-4/+45
| | |
| * | Add details to GPG-Agent forward; Alter structureZenithal2020-12-031-56/+73
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | GPG Agent forwarding has a broader usage, not only limited to ssh-agent forwarding. In this commit gpg-agent forwarding is raised as a separate section as it can not be contained by #SSH any longer. More details are added for gpg-agent forwarding, including some important notes taken from practice and analysis. For ssh-agent forward, older method are contained, and new method will be included as framework has been structured.
* | Merge pull request #224 from ZenithalHourlyRate/mutt-emaildrduh2020-12-251-1/+10
|\ \ | |/ |/| Add Mutt email client gpg config and Some note when configuring
| * Change format of important notes in mutt subsectionZenithal2020-12-021-1/+1
| |
| * Add Mutt subsection in Email sectionZenithal2020-12-021-0/+9
| |
| * Add Mutt in Email introZenithal2020-12-021-1/+1
|/
* Merge pull request #218 from DevSecNinja/devsecninja/addPowerShellCommanddrduh2020-11-211-3/+10
|\ | | | | Add PowerShell command to get YubiKey name
| * Change edit to create or editJean-Paul van Ravensberg2020-10-311-1/+1
| | | | | | As gpg-agent.conf didn't exist on my system