aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-27Add information on potential PIN issues and how to debug themSebastian Schmieschek1-2/+5
I missed the error message when attempting to set a PIN of only 5 characters due to the UI repeating the options below it. Pinentry happily stores the bogus PIN and even counts down the retry counter when entering the correct (default) one. This can be resolved by unblocking the PIN. Once I ran the gpg-agent with debug output (a tip found in the added link), the issue was obvious.
2020-05-25Stack rank secure environment and add a few tipsdrduh1-19/+42
2020-05-24Fix order of revocation command.Max Mäusezahl1-1/+1
According to 'man gpg' the order of arguments should be gpg [--homedir name] [--options file] [options] command [args] In this case '--gen-revoke' is the command, '$KEYID' is an argument and '--output $GNUPGHOME/revoke.asc' is an option. Previously this was incorrect (option came first) and would spawn an error.
2020-05-17Include --expert when editing master keyMike Mazur1-1/+1
This is specifically during setup when rotating keys.
2020-05-04Fix broken anchorVladyslav Krylasov1-5/+5
There are two anchors with the same name and this breaks navigation.
2020-05-04Clarified wordingJason Stelzer1-1/+1
2020-05-04GPG keys on multiple computersJason Stelzer1-0/+1
I feel like this took me longer to figure out than it should have.
2020-05-03Address throw-keyids issue with mailvelope to fix #178drduh1-14/+18
2020-05-03Split export pubkey from backup to fix #175drduh1-86/+95
2020-05-03Disambiguate backup volume label to fix #176.drduh1-77/+127
2020-04-29Describe card serial number errorVladyslav Krylasov1-28/+15
2020-04-28Describe ykman PGP keys resetVladyslav Krylasov1-0/+6
2020-04-28Add instruction to create a revoke certificateapiraino1-0/+15
2020-03-24Add steps for renewing (not rotating) sub-keysDaniel Sockwell1-1/+102
As discussed in issue #164, the current section on Rotating Keys presents two alternatives: replacing the existing keys with a newly generated key or extending the validity of existing keys by changing their expiration. However, it only provides instructions for the first approach. This commit adds instructions for renewing sub-keys. I am far from an expert, and am submitting this change mostly in hopes that it will provide documentation for the next time I need to renew my sub-keys. I would welcome any changes or clarifications others would care to offer.
2020-03-02Added some additonal text describing alternatives that may be usedMurphy Laptop1-0/+15
2020-02-12Bump Debian version, license yeardrduh1-8/+32
2020-01-22Add instructions for NixOSRodney Lorrimar1-0/+51
I just tested these steps on a spare laptop.
2020-01-22Add more detail about what to do with multiple YubiKeysRodney Lorrimar1-0/+16
2020-01-22Add information about setting the primary user IDRodney Lorrimar1-0/+30
2020-01-21Fix gnupg package name for ArchAndrea Scarpino1-1/+1
`gnupg2` has been [removed since March 2012](https://lists.archlinux.org/pipermail/arch-dev-public/2012-March/022690.html)
2020-01-12fix broken linkswsyxbcl1-4/+4
2020-01-07Update GitHub instructions on WindowsMark Fayngersh1-1/+2
Add command to instruct Git to use WinGPG
2019-12-30Formatting cleanupdrduh1-23/+19
2019-12-30Use larger partition sizes to fix #149.drduh1-21/+22
2019-12-16Fix typo in table of contents linkgusttt1-1/+1
2019-12-14Document issue #145 and fix #142drduh1-12/+10
2019-11-19Fix url formattingdrduh1-1/+1
2019-11-19Update Debian version and fix #137drduh1-62/+66
2019-11-17Mention yubikey-touch-detectorMaxim Baz1-1/+1
2019-11-13Added a fix for failing ssh / GUI pinentryEmile 'iMil' Heitor1-1/+1
2019-11-07Add --keyserver flag pointing to Debian keyserverKiel C1-1/+1
Fixes #131
2019-10-19Added important note about pin caching #135Sun Knudsen1-0/+2
2019-10-09More lines with old debian version correctedJakub Skory1-4/+4
2019-10-09New Debian version: 10.1.0Jakub Skory1-1/+1
Before curl returned http/404
2019-09-27Update VM optionGary Johnson1-5/+7
2019-09-24Update README.mdGary Johnson1-1/+1
Added primary source stating confirming that devices are read only in all but a few circumstances and that Keys ("secrets") cannot be read after being written to the device
2019-09-17put additional information into single lineMichael Vorburger ⛑️1-3/+1
2019-09-17fix link to YubiKey (non-NEO) Manager (fixes #124)Michael Vorburger ⛑️1-2/+2
2019-09-17add 'sshd -eddd' Troubleshooting tipMichael Vorburger ⛑️1-1/+4
2019-09-17simplify Agent Forwarding (RemoteForward typically not required)Michael Vorburger ⛑️1-12/+17
2019-09-16clarify that SSH_AUTH_SOCK should only be set locally, not on the remote serverMichael Vorburger ⛑️1-2/+7
2019-09-16fix link to Remote Machines (Agent Forwarding) in TOCMichael Vorburger ⛑️1-1/+1
2019-08-29Mention forwarding risk and Ubuntu multiverse repository, fix #116.drduh1-9/+14
2019-08-28Fix typo from #122Alex Romanov1-1/+1
2019-08-26DOC: justify why you would want to sign your new keyThomas A Caswell1-5/+14
2019-08-23DOC: notes an adding more emailsThomas A Caswell1-0/+64
2019-08-23DOC: add section on signing with existing keyThomas A Caswell1-0/+11
2019-08-12Update README.mdDiego Rodriguez1-1/+1
When adding GPG SSH agent configuration to shell rc file, redirect output of gpg-connect-agent to /dev/null so that it doesn't output `OK` every time you bring up a new shell
2019-08-09Fix formattingtimcooijmans1-1/+3
2019-08-09Add description on how to enable mailvelopetimcooijmans1-0/+33