aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DOC: notes an adding more emailsThomas A Caswell2019-08-231-0/+64
|
* DOC: add section on signing with existing keyThomas A Caswell2019-08-231-0/+11
|
* Merge pull request #120 from timcooijmans/patch-1drduh2019-08-141-0/+35
|\ | | | | Describe how to enable mailvelope on MacOS
| * Fix formattingtimcooijmans2019-08-091-1/+3
| |
| * Add description on how to enable mailvelopetimcooijmans2019-08-091-0/+33
| |
* | Update README.mdDiego Rodriguez2019-08-121-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
* Move output option to earlier in commandDavid C. Bradley2019-08-071-3/+3
| | | The output option dosen't seem to work on Windows when it is at the end of the command. Moving it to earlier in the command fixes this issue.
* State that `set-touch` used to be `touch`Andrew Morgan2019-08-021-0/+2
|
* Bump debian version and fix some grammar.drduh2019-07-071-21/+22
|
* Fix 'Require Touch' syntaxMatthew Riley2019-07-041-3/+3
| | | The syntax to change Yubikey touch configurations has changed. Updating this accordingly.
* Feature simpler multiple key workarounddrduh2019-06-091-2/+8
|
* Link to multiple keys discussions. Fix #19. Fix #112.drduh2019-06-091-5/+7
|
* Fix link to supply chain attacksJakob Knutsen2019-06-091-1/+1
|
* Add card reset steps, clean up formatting.drduh2019-06-021-51/+88
|
* Adding link to summary for 'Using multiple YubiKey with same GPG keys' sectionBenjamin BERNARD2019-05-261-0/+1
|
* Multiple Yubikey with same GPG Keys, serial number issue, GnuPG workaround ↵Benjamin BERNARD2019-05-261-2/+38
| | | | to switch to another key
* Fix date string formatdrduh2019-05-251-1/+1
|
* Correct date invocationCarl Dong2019-05-261-1/+1
| | | The correct syntax is `date +FORMAT`
* Add section on key rotation to fix #101drduh2019-05-251-23/+109
|
* Mention Thunderbird, clean up agent forwarding. Fix #85.drduh2019-05-191-39/+49
|
* Better openbsd backup instructions, slimmer TOCdrduh2019-05-181-66/+74
|
* Better backup and testing instructionsdrduh2019-05-181-234/+243
|
* Increment debian image versiondrduh2019-04-301-20/+25
|
* fix(link): update links to latest version (old ones 404)Simon A2019-04-251-4/+4
|
* Fix link anchor issueDavid Kane2019-04-141-2/+2
| | | | | fix 'Save public key for identity file configuration' markdown link fix 'Remote Machines (agent forwarding)' markdown link
* no need to support the monopolyPhilipp Eckel2019-03-191-1/+1
|
* Add Verify Yubikey sectionnixbitcoin2019-03-071-0/+7
|
* Add hint for setting up gpg-agent socketAdam Uhlíř2019-02-191-1/+1
| | | On my system (Linux Mint) `gpgconf --list-dirs agent-ssh-socket` does return all dirs and not only the one for agent-ssh-socket hence `ssh-add -L` was failing. This is a hint for other people to troubleshoot this behaviour.
* debian iso has change from 9.6.0 -> 9.7.0Zachary Adam Kaplan2019-02-151-1/+1
|
* Update license and formattingdrduh2019-02-061-4/+7
|
* Move install instructions to the topMichael Käufl2019-02-061-4/+3
| | | | | | Section `Creating keys` ends with `Disable networking for the remainder of the setup.`. All instructions that require a network should be before this sentence.
* Update license year, style and grammardrduh2019-02-021-14/+14
|
* Update openbsd instructionsdrduh2019-02-021-59/+165
|
* Merge pull request #92 from tacaswell/doc_arch_installdrduh2019-02-031-0/+13
|\ | | | | DOC: add install instructions for Arch linux and RHEL
| * DOC: update for packages to install on RHELThomas A Caswell2019-02-021-0/+5
| |
| * DOC: add install instructions for Arch linuxThomas A Caswell2019-02-021-0/+8
| |
* | Master key should have Certify-capability only!Wael M. Nasreddine2019-02-021-27/+63
|/
* Fix typoMichael2019-01-201-1/+1
| | | | | | | IdentityFiles can be passed to ssh via `-i`, not `-l`. The next paragraph mentions the correct argument. ref commit 52c8324fa22acb085fe9676b232700a662ef18b7, part of PR drduh/YubiKey-Guide#65
* Style and console formatting, tips for multiple key usedrduh2019-01-171-141/+144
|
* Added pull request suggestionswheest2019-01-121-8/+10
|
* Moved Agent Forwarding section to before the WSL oneWheest2019-01-071-50/+51
|
* Further amendments to Agent ForwardingWheest2019-01-071-3/+19
|
* Improvements to Agent Forwarding section, following feedback in:Wheest2019-01-071-5/+21
| | | | https://github.com/drduh/YubiKey-Guide/issues/85
* Fix keyserver command order to fix #86drduh2019-01-061-2/+2
|
* Add addition note about red hokey outputDan Cundiff2019-01-061-1/+2
|
* Merge pull request #84 from hughobrien/mention-tmpfsdrduh2018-12-301-1/+1
|\ | | | | describe tmpfs clearing rather than init system (debian uses tmpfs)
| * describe tmpfs clearing rather than init system (debian uses tmpfs)Hugh O'Brien2018-12-291-1/+1
| |
* | Merge pull request #83 from hughobrien/gpg-conf-key-origindrduh2018-12-301-1/+0
|\ \ | | | | | | remove broken gpg option (debian 9.6)
| * | remove broken gpg option (debian 9.6)Hugh O'Brien2018-12-291-1/+0
| |/ | | | | | | | | | | As per [0], the --with-key-origin option is experimental. 0: https://www.gnupg.org/documentation/manuals/gnupg/GPG-Input-and-Output.html#index-with_002dkey_002dorigin
* / mention debian-live user/pass in case of screen lockHugh O'Brien2018-12-291-1/+1
|/