aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-29describe tmpfs clearing rather than init system (debian uses tmpfs)Hugh O'Brien1-1/+1
2018-12-27Update gpg prefs, style and fix #21.drduh1-60/+72
2018-12-07Emphasize keytocard danger and fix inconsistency.Matt T. Proud1-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-05Agent ForwardingWheest1-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-04final draftBrice Gagnage1-10/+8
2018-12-04final draftBrice Gagnage1-22/+19
2018-12-04updated draftBrice Gagnage1-11/+16
2018-12-04first draftBrice Gagnage1-5/+36
2018-12-03maowBrice Gagnage1-1/+1
2018-12-03testBrice Gagnage1-1/+1
2018-12-03test signBrice Gagnage1-0/+1
2018-12-03Update README.mdBrice Gagnage1-1/+17
continuing
2018-12-03Update README.mdBrice Gagnage1-0/+4
test
2018-11-28Grammar and lint. Fix #73.drduh1-47/+36
2018-11-28Update live Debian version to 9.6.0Julian Hernandez1-4/+4
2018-11-05fix typoDino Bajramovic1-1/+1
2018-11-01Note about gpg public keydrduh1-3/+5
2018-10-29Update README.mdloys ollivier1-1/+1
gpg option to edit card info is now `--card-edit` and not `--edit-card`
2018-10-16Add packages to apt-get list to fix gpg --recv and srm commandsIan Brown1-1/+3
Two commands mentioned later in the document won't work without two packages that don't come pre-installed with the Debian LiveCD: dirmngr and secure-delete.
2018-09-18Fix live image integrity checkJakub Wilk1-1/+1
"gpg SHA512SUMS.sign" would do the right thing only if the file actually contained a detached signature. Use explicit and robust "gpg --verify SHA512SUMS.sign SHA512SUMS" instead.
2018-09-18Fix typosJakub Wilk1-2/+2
2018-09-09Massive style revision and version updatedrduh1-1060/+1094
2018-07-19typosBen Low1-1/+1
2018-07-19Expand on ssh identies usage.Ben Low1-3/+8
2018-07-18Fix key label, consistency.Ben Low1-1/+1
2018-07-18Fix TOC, spelling.Ben Low1-6/+10
2018-07-18Added information on `gpg-agent`.Ben Low1-5/+35
2018-07-15Fix "signingkey" typoJonah Aragon1-1/+1
2018-07-05Added comment on GitHub Authetication for only WindowsVadim Zendejas1-1/+1
2018-07-05Added veracrypt.fr link to pre-compiled execsVadim Zendejas1-0/+2
Added veracrypt.fr link to pre-compiled execs
2018-06-21Fix spaces for READMEMirko Pizii1-9/+9
2018-06-21Fix link of summary listMirko Pizii1-20/+20
2018-06-20Fixing signature file fetch command for ykpersWheest1-1/+1
2018-06-16Emphasize live distro to fix #45drduh1-13/+15
2018-06-16Update introduction, fix formatting and fix #46drduh1-112/+92
2018-06-13Fix up some formattingdrduh1-0/+4
2018-06-05Formatting fix.drduh1-6/+6
2018-06-05Fixed menuJonathan Holtmann1-55/+55
2018-06-05Added information on how to perform the YubiKey GPG setup and SSH ↵Jonathan Holtmann1-167/+283
authentication on Windows devices
2018-06-02Mention Pursedrduh1-4/+2
2018-04-29Note on keeping backup mounted for 2xkeys. Fix #44drduh1-2/+4
2018-04-29Remove obsolete option, add troubleshooting itemdrduh1-2/+1
2018-04-29Additional troubleshooting step and openbsd notedrduh1-1/+7
2018-03-21Remove outdated config from gpg.confMichael Brown1-2/+0
Removing configuration paramaters no longer supported in GPG 2.X Related to #28
2018-03-14add explicit public key naming for IdentitiesOnly usageJames Wu1-1/+15
2018-03-03install hopenpgp-tools as it is used in section ↵W1lkins1-1/+1
https://github.com/drduh/YubiKey-Guide\#check-your-work where an apt-get command is listed
2018-02-26Change rights of 'gpg.conf' to avoid warningMarjan Grabowski1-0/+4
2018-02-25Use gpgconf to get the ssh auth sock.Nick Sandford1-1/+1
2018-02-22remove not need keyserver certificate, see ↵Philipp Eckel1-5/+0
https://github.com/drduh/YubiKey-Guide/issues/48
2018-01-30remove outdated use-standard-socket option from SSH config, see here: ↵Philipp Eckel1-1/+0
https://www.gnupg.org/documentation/manuals/gnupg/Agent-Options.html