Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-12-03 | Update README.md typo | Maciej Flak | 1 | -1/+1 | |
2024-11-21 | Fixed formatting to conform to existing conventions | forbytten | 1 | -3/+3 | |
2024-11-21 | Addresses [Missing section for adding ↵ | forbytten | 1 | -0/+45 | |
uids](https://github.com/drduh/YubiKey-Guide/issues/445) | |||||
2024-10-26 | Passphrase now passed to gpg from stdin via the --passphrase-fd 0 option ↵ | forbytten | 1 | -8/+8 | |
instead of via the --passphrase option. The latter exposes the passphrase to observation by other processes on the system and the gpg man page includes a disclaimer for it: Don't use this option if you can avoid it. Although the README recommends a single user, ephemeral Debian Live environment, users may choose to ignore that recommendation so it seems best to protect them from themselves where possible. | |||||
2024-10-17 | Fix grammar mistake in passage about polkit rules | XTY | 1 | -1/+1 | |
2024-08-18 | consolidate agent commands | drduh | 1 | -0/+1 | |
2024-08-18 | use printf, export keyid, fix link | drduh | 1 | -14/+5 | |
2024-08-17 | mail/thunderbird: fix typo | snqk | 1 | -1/+1 | |
Signed-off-by: snqk <me@snqk.dev> | |||||
2024-08-17 | mail/thunderbird: add instructions & warnings | snqk | 1 | -0/+7 | |
- add instructions to configure the thunderbird client with this setup - add warning for commonly encountered issues when decrypting emails (Resolves #448) Signed-off-by: snqk <me@snqk.dev> | |||||
2024-07-20 | Remove trailing whitespace in README.md | Justus Perlwitz | 1 | -2/+2 | |
2024-07-20 | Document how to test NixOS build with QEMU | Justus Perlwitz | 1 | -0/+13 | |
2024-07-06 | Corrected small typo in README.md | denis-roy | 1 | -1/+1 | |
maintenace -> maintenance | |||||
2024-06-30 | Should only have one identity loaded when renewing | drduh | 1 | -1/+1 | |
2024-06-30 | Renew expired subkeys, fix #442 | drduh | 1 | -1/+2 | |
2024-06-30 | Fix secret function | drduh | 1 | -2/+2 | |
2024-06-30 | Export variables throughout | drduh | 1 | -22/+23 | |
2024-05-05 | Move networking section to Optional hardening | straysheep-dev | 1 | -67/+64 | |
2024-05-03 | Export the `GNUPGHOME` variable | Manuel Thalmann | 1 | -1/+1 | |
Merging this PR will fix #434 | |||||
2024-04-18 | Add networking section to README.md | straysheep-dev | 1 | -2/+67 | |
2024-03-29 | Tidy style and formatting | drduh | 1 | -15/+14 | |
2024-03-25 | Fix broken 'SSH agent forwarding' internal links | Will Stephenson | 1 | -3/+3 | |
2024-03-24 | Remove NEO (discontinued in 2018), sort troubleshooting | drduh | 1 | -9/+7 | |
2024-03-24 | Update LUKS link, make commands consistent, more passphrase guidance | drduh | 1 | -49/+67 | |
2024-03-24 | Optional hardening section, additional validation steps | drduh | 1 | -159/+160 | |
2024-03-19 | Fix typo in date command | Will Stephenson | 1 | -1/+1 | |
2024-03-17 | Add command-line passphrase template | drduh | 1 | -1/+9 | |
2024-03-17 | Replace mkdir commands | drduh | 1 | -1/+17 | |
2024-03-17 | Install yubikey-manager directly on Debian | drduh | 1 | -39/+5 | |
2024-03-17 | Simplify and automate fdisk commands | drduh | 1 | -112/+92 | |
2024-03-17 | Stick with 6/8 digit PINs | drduh | 1 | -17/+12 | |
2024-03-17 | Remove obsolete stuff, clean up intro | drduh | 1 | -19/+11 | |
2024-03-17 | Move keyserver instructions to later, more batch commands | drduh | 1 | -82/+74 | |
2024-03-16 | Automate PIN and card operations | drduh | 1 | -120/+88 | |
2024-03-16 | Simplify instructions, reduce manual labor | drduh | 1 | -1137/+548 | |
2024-03-10 | formatting fix | drduh | 1 | -2/+2 | |
2024-03-10 | Workaround for Authenticate key issue | drduh | 1 | -8/+8 | |
2024-03-07 | update gpg --quick-add-key commands | Csanad Beres | 1 | -4/+5 | |
it seems to be only accepting fingerprints and rejecting key ID-s | |||||
2024-02-12 | few more standard terms | drduh | 1 | -5/+5 | |
2024-02-12 | typo | drduh | 1 | -1/+1 | |
2024-02-12 | few more style nits | drduh | 1 | -15/+9 | |
2024-02-12 | explicit keytocard instructions | drduh | 1 | -34/+13 | |
2024-02-12 | simplify batch instructions | drduh | 1 | -30/+12 | |
2024-02-12 | standard names for subkeys | drduh | 1 | -51/+56 | |
2024-02-12 | remove yubikey as rng | drduh | 1 | -11/+0 | |
2024-02-12 | remove multiple hosts | drduh | 1 | -102/+39 | |
2024-02-11 | more grammar | drduh | 1 | -45/+19 | |
2024-02-11 | few more cleanups | drduh | 1 | -42/+112 | |
2024-02-11 | simplify console output, use generic info | drduh | 1 | -477/+203 | |
2024-02-11 | more grammar and formatting | drduh | 1 | -127/+118 | |
2024-02-11 | grammar and style | drduh | 1 | -195/+149 | |