aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add Verify Yubikey sectionnixbitcoin2019-03-071-0/+7
|
* Merge pull request #96 from AuHau/patch-1drduh2019-02-191-1/+1
|\ | | | | Add hint for setting up gpg-agent socket
| * 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.
* Merge pull request #95 from razic/masterdrduh2019-02-151-1/+1
|\ | | | | debian iso has change from 9.6.0 -> 9.7.0
| * debian iso has change from 9.6.0 -> 9.7.0Zachary Adam Kaplan2019-02-151-1/+1
|/
* Update license and formattingdrduh2019-02-062-5/+8
|
* Merge pull request #94 from michael-k/install-instructionsdrduh2019-02-071-4/+3
|\ | | | | Move install instructions for `hopenpgp-tools` to the top
| * 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-022-15/+15
|
* 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
| |
* | Merge pull request #91 from kalbasit/yubikey_improve-securitydrduh2019-02-031-27/+63
|\ \ | |/ |/| Master key should have Certify-capability only!
| * Master key should have Certify-capability only!Wael M. Nasreddine2019-02-021-27/+63
|/
* Merge pull request #90 from michael-k/patch-1drduh2019-01-201-1/+1
|\ | | | | Fix typo
| * 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
|
* Merge pull request #88 from Wheest/masterdrduh2019-01-181-19/+54
|\ | | | | Improving Agent Forwarding section
| * 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
| * Merge pull request #2 from drduh/masterWheest2019-01-073-68/+134
| |\ | |/ |/| syncing with upstream
* | Fix keyserver command order to fix #86drduh2019-01-061-2/+2
| |
* | Merge pull request #87 from pmotch/masterdrduh2019-01-071-1/+2
|\ \ | | | | | | Add addition note about red hokey output
| * | 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
* | | Merge pull request #82 from hughobrien/livecd-username-hintdrduh2018-12-301-1/+1
|\ \ \ | |/ / |/| | mention debian-live user/pass in case of screen lock
| * | mention debian-live user/pass in case of screen lockHugh O'Brien2018-12-291-1/+1
|/ /
* | Update gpg prefs, style and fix #21.drduh2018-12-271-60/+72
| |
* | Merge pull request #80 from matttproud/editorial/note-destructivedrduh2018-12-081-18/+20
|\ \ | | | | | | Emphasize keytocard danger and fix inconsistency.
| * | Emphasize keytocard danger and fix inconsistency.Matt T. Proud2018-12-071-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.
* | Merge pull request #79 from Wheest/masterdrduh2018-12-051-0/+19
|\| | | | | Agent Forwarding
| * Agent ForwardingWheest2018-12-051-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.
| * Merge pull request #1 from drduh/masterWheest2018-12-051-1064/+1132
| |\ | | | | | | merging from master
* | \ Merge pull request #78 from BriceGagnageRenault/masterdrduh2018-12-053-9/+61
|\ \ \ | |_|/ |/| | Updated Windows configuration and new WSL support
| * | final draftBrice Gagnage2018-12-041-10/+8
| | |
| * | final draftBrice Gagnage2018-12-041-22/+19
| | |
| * | updated draftBrice Gagnage2018-12-041-11/+16
| | |
| * | first draftBrice Gagnage2018-12-041-5/+36
| | |
| * | maowBrice Gagnage2018-12-031-1/+1
| | |
| * | testBrice Gagnage2018-12-031-1/+1
| | |
| * | test signBrice Gagnage2018-12-031-0/+1
| | |
| * | Update README.mdBrice Gagnage2018-12-031-1/+17
| | | | | | | | | continuing
| * | added imgBrice Gagnage2018-12-032-0/+0
| | |
| * | Update README.mdBrice Gagnage2018-12-031-0/+4
|/ / | | | | test