From e05dc4b5bd77b48d5db91ce7211c6ca81f84b0ff Mon Sep 17 00:00:00 2001 From: drduh Date: Wed, 6 Feb 2019 20:25:04 -0800 Subject: [PATCH] Update license and formatting --- LICENSE | 2 +- README.md | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index d2eb8af..a7d93da 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2019 +Copyright (c) 2016-2019 drduh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1c9b674..decbaf3 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,11 @@ $ doas pkg_add gnupg pcsc-tools **macOS** -Download and install [Homebrew](https://brew.sh/) and the following Brew packages - `gnupg yubikey-personalization hopenpgp-tools ykman pinentry-mac` +Download and install [Homebrew](https://brew.sh/) and the following Brew packages: + +```console +brew install gnupg yubikey-personalization hopenpgp-tools ykman pinentry-mac +``` **Windows** @@ -143,7 +147,6 @@ Download and install [Gpg4Win](https://www.gpg4win.org/) and [PuTTY](https://put **Note** You may also need more recent versions of [yubikey-personalization](https://developers.yubico.com/yubikey-personalization/Releases/) and [yubico-c](https://developers.yubico.com/yubico-c/Releases/). - ## Entropy Generating keys will require a lot of randomness. To check the available bits of entropy available on Linux: @@ -1687,8 +1690,6 @@ And reload the SSH daemon (e.g., `sudo service sshd reload`). - If you receive the error, `Key does not match the card's capability` - you likely need to use 2048 bit RSA key sizes. -- If ssh authentication fails - add up to 3 `-v` flags to increase verbosity. - - If you receive the error, `sign_and_send_pubkey: signing failed: agent refused operation` - make sure you replaced `ssh-agent` with `gpg-agent` as noted above. - If you still receive the error, `sign_and_send_pubkey: signing failed: agent refused operation` - [run the command](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835394) `gpg-connect-agent updatestartuptty /bye` @@ -1699,6 +1700,8 @@ And reload the SSH daemon (e.g., `sudo service sshd reload`). - If you receive the error, `Permission denied (publickey)`, increase ssh verbosity with the `-v` flag and ensure the public key from the card is being offered: `Offering public key: RSA SHA256:abcdefg... cardno:00060123456`. If it is, ensure you are connecting as the right user on the target system, rather than as the user on the local system. Otherwise, be sure `IdentitiesOnly` is not [enabled](https://github.com/FiloSottile/whosthere#how-do-i-stop-it) for this host. +- If SSH authentication stil fails - add up to 3 `-v` flags to increase verbosity. + - If you totally screw up, you can [reset the card](https://developers.yubico.com/ykneo-openpgp/ResetApplet.html). # Notes