Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-07-07 | Bump debian version and fix some grammar. | drduh | 1 | -21/+22 | |
2019-07-04 | Fix 'Require Touch' syntax | Matthew Riley | 1 | -3/+3 | |
The syntax to change Yubikey touch configurations has changed. Updating this accordingly. | |||||
2019-06-09 | Feature simpler multiple key workaround | drduh | 1 | -2/+8 | |
2019-06-09 | Link to multiple keys discussions. Fix #19. Fix #112. | drduh | 1 | -5/+7 | |
2019-06-09 | Fix link to supply chain attacks | Jakob Knutsen | 1 | -1/+1 | |
2019-06-02 | Add card reset steps, clean up formatting. | drduh | 1 | -51/+88 | |
2019-05-26 | Adding link to summary for 'Using multiple YubiKey with same GPG keys' section | Benjamin BERNARD | 1 | -0/+1 | |
2019-05-26 | Multiple Yubikey with same GPG Keys, serial number issue, GnuPG workaround ↵ | Benjamin BERNARD | 1 | -2/+38 | |
to switch to another key | |||||
2019-05-25 | Fix date string format | drduh | 1 | -1/+1 | |
2019-05-26 | Correct date invocation | Carl Dong | 1 | -1/+1 | |
The correct syntax is `date +FORMAT` | |||||
2019-05-25 | Add section on key rotation to fix #101 | drduh | 1 | -23/+109 | |
2019-05-19 | Mention Thunderbird, clean up agent forwarding. Fix #85. | drduh | 1 | -39/+49 | |
2019-05-18 | Better openbsd backup instructions, slimmer TOC | drduh | 1 | -66/+74 | |
2019-05-18 | Better backup and testing instructions | drduh | 1 | -234/+243 | |
2019-04-30 | Increment debian image version | drduh | 1 | -20/+25 | |
2019-04-25 | fix(link): update links to latest version (old ones 404) | Simon A | 1 | -4/+4 | |
2019-04-14 | Fix link anchor issue | David Kane | 1 | -2/+2 | |
fix 'Save public key for identity file configuration' markdown link fix 'Remote Machines (agent forwarding)' markdown link | |||||
2019-03-19 | no need to support the monopoly | Philipp Eckel | 1 | -1/+1 | |
2019-03-07 | Add Verify Yubikey section | nixbitcoin | 1 | -0/+7 | |
2019-02-19 | Add hint for setting up gpg-agent socket | Adam Uhlíř | 1 | -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. | |||||
2019-02-15 | debian iso has change from 9.6.0 -> 9.7.0 | Zachary Adam Kaplan | 1 | -1/+1 | |
2019-02-06 | Update license and formatting | drduh | 1 | -4/+7 | |
2019-02-06 | Move install instructions to the top | Michael Käufl | 1 | -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. | |||||
2019-02-02 | Update license year, style and grammar | drduh | 1 | -14/+14 | |
2019-02-02 | Update openbsd instructions | drduh | 1 | -59/+165 | |
2019-02-02 | DOC: update for packages to install on RHEL | Thomas A Caswell | 1 | -0/+5 | |
2019-02-02 | DOC: add install instructions for Arch linux | Thomas A Caswell | 1 | -0/+8 | |
2019-02-02 | Master key should have Certify-capability only! | Wael M. Nasreddine | 1 | -27/+63 | |
2019-01-20 | Fix typo | Michael | 1 | -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 | |||||
2019-01-17 | Style and console formatting, tips for multiple key use | drduh | 1 | -141/+144 | |
2019-01-12 | Added pull request suggestions | wheest | 1 | -8/+10 | |
2019-01-07 | Moved Agent Forwarding section to before the WSL one | Wheest | 1 | -50/+51 | |
2019-01-07 | Further amendments to Agent Forwarding | Wheest | 1 | -3/+19 | |
2019-01-07 | Improvements to Agent Forwarding section, following feedback in: | Wheest | 1 | -5/+21 | |
https://github.com/drduh/YubiKey-Guide/issues/85 | |||||
2019-01-06 | Fix keyserver command order to fix #86 | drduh | 1 | -2/+2 | |
2019-01-06 | Add addition note about red hokey output | Dan Cundiff | 1 | -1/+2 | |
2018-12-29 | remove broken gpg option (debian 9.6) | Hugh O'Brien | 1 | -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 | |||||
2018-12-29 | mention debian-live user/pass in case of screen lock | Hugh O'Brien | 1 | -1/+1 | |
2018-12-29 | describe tmpfs clearing rather than init system (debian uses tmpfs) | Hugh O'Brien | 1 | -1/+1 | |
2018-12-27 | Update gpg prefs, style and fix #21. | drduh | 1 | -60/+72 | |
2018-12-07 | Emphasize keytocard danger and fix inconsistency. | Matt T. Proud | 1 | -18/+20 | |
This commit applies a few editorial cleanups to the document: 1. `keytocard` operations now contained emphasized warnings to convey that these operations are destructive. I unknowingly made this mistake a few years ago and only learned of it recently. For that reason, we should go out of our way on user's behalf with due diligence warnings. 2. `$KEYID` was not uniformly used throughout the document in various command line input literals. This is now fixed. 3. `YubiKey` was often represented as `Yubikey` and other inconsistent forms throughout the document. This is now fixed, except in cases of URL, command output, etc. | |||||
2018-12-05 | Agent Forwarding | Wheest | 1 | -0/+19 | |
Was looking at how to access on remote machines, is a standard ssh workflow, but might be useful to have it here too. | |||||
2018-12-04 | final draft | Brice Gagnage | 1 | -10/+8 | |
2018-12-04 | final draft | Brice Gagnage | 1 | -22/+19 | |
2018-12-04 | updated draft | Brice Gagnage | 1 | -11/+16 | |
2018-12-04 | first draft | Brice Gagnage | 1 | -5/+36 | |
2018-12-03 | maow | Brice Gagnage | 1 | -1/+1 | |
2018-12-03 | test | Brice Gagnage | 1 | -1/+1 | |
2018-12-03 | test sign | Brice Gagnage | 1 | -0/+1 | |
2018-12-03 | Update README.md | Brice Gagnage | 1 | -1/+17 | |
continuing |