Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-10-25 | Point out that paperkey backups are password-protected | Matthias Pigulla | 1 | -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-10 | Add TOC entry, fix link | Derek Gaffney | 1 | -2/+2 | |
2021-10-10 | Added clearer recovery options | Wheest | 1 | -1/+8 | |
2021-10-05 | add pinentry path for M1 macs | Niklas Merz | 1 | -1/+1 | |
Closes #289 | |||||
2021-10-04 | Use GPT instead of MBR | Daniel Miller | 1 | -4/+6 | |
2021-09-30 | add prefix and date to temporary folder | basbebe | 1 | -2/+2 | |
This makes identifying the latest version easier when daleing with backups. | |||||
2021-09-06 | Add note about KDF | Jaeha Choi | 1 | -3/+14 | |
2021-08-26 | Minor grammar fixes | Josh Soref | 1 | -19/+19 | |
2021-08-15 | Stage alternatives section and cleanup grammar | drduh | 1 | -12/+19 | |
2021-08-15 | Note to permasave password to fix #206 | drduh | 1 | -1/+3 | |
2021-08-15 | Mention the yubikey troubleshooting guide for gpg to fix #217 | drduh | 1 | -0/+2 | |
2021-08-15 | Update filenames to fix #222 | drduh | 1 | -9/+9 | |
2021-08-10 | Expanded on GPG PIN config | Pedro H | 1 | -24/+14 | |
2021-08-10 | clarify pins, drduh/YubiKey-Guide#248 | Andrew Martinez | 1 | -7/+9 | |
- define each pin name, default, usage - call out special admin pin restrictions | |||||
2021-07-05 | Update nixos LiveCD example | Sven Reissmann | 1 | -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-08 | added mention of ssh key support for blue security keys | Ian Stanley | 1 | -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-04 | added to section multiple Yubikeys section re: switching between Yubikeys | Ian Stanley | 1 | -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-01 | Add hint re. (new) `ssh-keygen -t ed25519-sk` | Michael Vorburger ⛑️ | 1 | -0/+2 | |
2021-03-25 | Add note about pass insert error and `trust-key` usage | James O'Beirne | 1 | -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-24 | Update usage of ykman | Willi Schönborn | 1 | -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-04 | Update README.md | berwag | 1 | -1/+1 | |
2021-01-28 | Update README.md | berwag | 1 | -1/+1 | |
changed wording according to yubischiess' comment | |||||
2021-01-27 | Additions to "Required Software" | berwag | 1 | -0/+6 | |
proposed change according to Issue#215 | |||||
2021-01-13 | Fix: "quit" to save -> "save" to save | Andreas Klöckner | 1 | -1/+1 | |
2021-01-10 | add fish config | basbebe | 1 | -0/+7 | |
2021-01-10 | Add SSH setup for macOS GUI applications | basbebe | 1 | -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-25 | Adds warning about PUK being default | Nemo | 1 | -1/+3 | |
2020-12-25 | Adds instructions on changing the PUK | Nemo | 1 | -3/+25 | |
2020-12-24 | Rephrase one sentence according to one comment on drduh/YubiKey-Guide#225 | Zenithal | 1 | -1/+1 | |
2020-12-24 | Add subsections on chained agent forwarding | Zenithal | 1 | -4/+35 | |
2020-12-03 | Add note on chained agent forwarding | Zenithal | 1 | -0/+4 | |
2020-12-03 | Correct WSL agent forwarding | Zenithal | 1 | -4/+8 | |
This is a mix of two forwarding method, this commit separates them | |||||
2020-12-03 | Change note in alter agent section | Zenithal | 1 | -1/+2 | |
Different methods have different requirements | |||||
2020-12-03 | Add new method for ssh-agent forwarding | Zenithal | 1 | -4/+45 | |
2020-12-03 | Add details to GPG-Agent forward; Alter structure | Zenithal | 1 | -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. | |||||
2020-12-02 | Change format of important notes in mutt subsection | Zenithal | 1 | -1/+1 | |
2020-12-02 | Add Mutt subsection in Email section | Zenithal | 1 | -0/+9 | |
2020-12-02 | Add Mutt in Email intro | Zenithal | 1 | -1/+1 | |
2020-11-14 | Fix reset command | Nemo | 1 | -1/+1 | |
gpg-connect-agent uses `-r/--run` not `-R` | |||||
2020-10-31 | Change edit to create or edit | Jean-Paul van Ravensberg | 1 | -1/+1 | |
As gpg-agent.conf didn't exist on my system | |||||
2020-10-31 | Add PowerShell command to get YubiKey name | Jean-Paul van Ravensberg | 1 | -2/+9 | |
2020-09-25 | Update verification of Debian ISO to not hardcode the version. | Anthony Muller | 1 | -2/+2 | |
2020-09-25 | Change Debian ISO url to be generated from the contents of SHA512SUM. | Anthony Muller | 1 | -2/+2 | |
This removes the need to maintain the version number, which is currently out of date. | |||||
2020-09-17 | Fix links with parentheses | andy | 1 | -2/+2 | |
2020-09-01 | unset GNUPGHOME variable | Rudy Gevaert | 1 | -0/+2 | |
if not done, in the next step you get error: gpg: keyblock resource '/home/..../gnupg-workspace/pubring.kbx': No such file or directory gpg: no writable keyring found: Not found | |||||
2020-08-29 | Add option to retrieve additionaly entropy from YubiKey itself | Mirko Vogt | 1 | -0/+13 | |
2020-08-26 | change defaults and add info to #Require touch | Amolith | 1 | -3/+35 | |
As mentioned in #197, the previous behaviour would require users to touch their key any time an authentication, signing, or encryption operation was performed. In some situations, this behaviour would be undesirable and the only way to revert it would be fully resetting the key and starting from scratch. Rather than using `fixed`, this commit simply turns the feature `on` so the user can change it later if they wish. Additionally, a note about the other policies was included so users can decide for themselves which fits their situation better. | |||||
2020-08-22 | Update README.md | bengim | 1 | -0/+2 | |
fixing wrong cryptography version by explicitly installing PyOpenSSL | |||||
2020-08-21 | Python2 is EOL, update packages/references to Py3 | dragon788 | 1 | -3/+3 | |
2020-08-14 | Correct spelling | Stefano Figura | 1 | -3/+3 | |