2024-02-12 01:43:45 +00:00
This is a guide to using [YubiKey ](https://www.yubico.com/products/ ) as a [smart card ](https://security.stackexchange.com/questions/38924/how-does-storing-gpg-ssh-private-keys-on-smart-cards-compare-to-plain-usb-drives ) for secure encryption, signing and authentication operations.
2018-12-07 08:37:10 +00:00
2024-02-12 01:43:45 +00:00
Keys stored on YubiKey are [non-exportable ](https://web.archive.org/web/20201125172759/https://support.yubico.com/hc/en-us/articles/360016614880-Can-I-Duplicate-or-Back-Up-a-YubiKey- ), unlike filesystem-based credentials, while remaining convenient for daily use. YubiKey can be configured to require a physical touch for cryptographic operations, reducing the risk of credential compromise.
2016-02-01 01:58:24 +00:00
2024-02-11 23:37:31 +00:00
**Important** If you followed this guide before Jan 2021, *PIN* and *Admin PIN* may be set to default values of `123456` and `12345678` . See [Change PIN ](#change-pin ) to change PINs.
2020-12-25 07:22:37 +00:00
2024-02-11 20:36:47 +00:00
To suggest an improvement, please send a pull request or open an [issue ](https://github.com/drduh/YubiKey-Guide/issues ).
2016-02-01 01:58:24 +00:00
2024-02-11 23:37:31 +00:00
**Tip** [drduh/Purse ](https://github.com/drduh/Purse ) is a password manager which uses GnuPG and YubiKey to securely store and use credentials.
2023-10-16 03:50:42 +00:00
2020-05-03 20:45:58 +00:00
- [Purchase ](#purchase )
2020-05-25 19:49:07 +00:00
- [Prepare environment ](#prepare-environment )
2018-09-10 00:42:45 +00:00
- [Required software ](#required-software )
2024-02-11 21:56:32 +00:00
* [Debian and Ubuntu ](#debian-and-ubuntu )
* [Fedora ](#fedora )
* [Arch ](#arch )
* [RHEL7 ](#rhel7 )
* [NixOS ](#nixos )
* [OpenBSD ](#openbsd )
* [macOS ](#macos )
* [Windows ](#windows )
2019-11-20 01:24:57 +00:00
- [Entropy ](#entropy )
2024-02-11 21:56:32 +00:00
* [YubiKey ](#yubikey )
* [OneRNG ](#onerng )
2024-02-11 23:37:31 +00:00
- [Generate keys ](#generate-keys )
2024-02-11 21:56:32 +00:00
* [Temporary working directory ](#temporary-working-directory )
* [Harden configuration ](#harden-configuration )
2024-02-11 20:36:47 +00:00
- [Certify key ](#certify-key )
2020-05-03 21:07:35 +00:00
- [Sign with existing key ](#sign-with-existing-key )
2024-02-11 20:36:47 +00:00
- [Subkeys ](#subkeys )
2024-02-11 21:56:32 +00:00
* [Signing ](#signing )
* [Encryption ](#encryption )
* [Authentication ](#authentication )
* [Add extra identities ](#add-extra-identities )
2019-05-19 01:53:42 +00:00
- [Verify ](#verify )
2020-05-03 21:07:35 +00:00
- [Export secret keys ](#export-secret-keys )
- [Revocation certificate ](#revocation-certificate )
2019-05-19 01:53:42 +00:00
- [Backup ](#backup )
2020-05-03 21:07:35 +00:00
- [Export public keys ](#export-public-keys )
2024-02-12 01:43:45 +00:00
- [Configure YubiKey ](#configure-yubikey )
2024-02-11 21:56:32 +00:00
* [Enable KDF ](#enable-kdf )
* [Change PIN ](#change-pin )
* [Set information ](#set-information )
2018-09-10 00:42:45 +00:00
- [Transfer keys ](#transfer-keys )
2024-02-11 21:56:32 +00:00
* [Signing ](#signing-1 )
* [Encryption ](#encryption-1 )
* [Authentication ](#authentication-1 )
2018-09-10 00:42:45 +00:00
- [Verify card ](#verify-card )
2020-05-04 18:19:02 +00:00
- [Multiple YubiKeys ](#multiple-yubikeys )
2024-02-11 21:56:32 +00:00
* [Switching between YubiKeys ](#switching-between-yubikeys )
2023-06-28 13:44:09 +00:00
- [Multiple Hosts ](#multiple-hosts )
2024-02-11 21:56:32 +00:00
- [Finish ](#finish )
2018-09-10 00:42:45 +00:00
- [Using keys ](#using-keys )
2019-05-25 19:20:07 +00:00
- [Rotating keys ](#rotating-keys )
2024-02-11 21:56:32 +00:00
* [Setup environment ](#setup-environment )
* [Renewing Subkeys ](#renewing-subkeys )
* [Rotating keys ](#rotating-keys-1 )
2020-08-13 21:45:18 +00:00
- [Adding notations ](#adding-notations )
2018-09-10 00:42:45 +00:00
- [SSH ](#ssh )
2024-02-11 21:56:32 +00:00
* [Create configuration ](#create-configuration )
* [Replace agents ](#replace-agents )
* [Copy public key ](#copy-public-key )
* [(Optional) Save public key for identity file configuration ](#optional-save-public-key-for-identity-file-configuration )
* [Connect with public key authentication ](#connect-with-public-key-authentication )
* [Import SSH keys ](#import-ssh-keys )
* [Remote Machines (SSH Agent Forwarding) ](#remote-machines-ssh-agent-forwarding )
+ [Use ssh-agent ](#use-ssh-agent )
+ [Use S.gpg-agent.ssh ](#use-sgpg-agentssh )
+ [Chained SSH Agent Forwarding ](#chained-ssh-agent-forwarding )
* [GitHub ](#github )
* [OpenBSD ](#openbsd-1 )
* [Windows ](#windows-1 )
+ [WSL ](#wsl )
- [Use ssh-agent or use S.weasel-pageant ](#use-ssh-agent-or-use-sweasel-pageant )
- [Prerequisites ](#prerequisites )
- [WSL configuration ](#wsl-configuration )
- [Remote host configuration ](#remote-host-configuration )
* [macOS ](#macos-1 )
2020-12-02 16:52:43 +00:00
- [Remote Machines (GPG Agent Forwarding) ](#remote-machines-gpg-agent-forwarding )
2024-02-11 21:56:32 +00:00
* [Steps for older distributions ](#steps-for-older-distributions )
* [Chained GPG Agent Forwarding ](#chained-gpg-agent-forwarding )
2020-05-04 18:19:02 +00:00
- [Using Multiple Keys ](#using-multiple-keys )
2023-04-14 23:00:50 +00:00
- [Adding an identity ](#adding-an-identity )
2024-02-11 21:56:32 +00:00
* [Updating YubiKey ](#updating-yubikey )
2019-06-02 17:32:16 +00:00
- [Require touch ](#require-touch )
2019-05-19 19:35:02 +00:00
- [Email ](#email )
2024-02-11 21:56:32 +00:00
* [Mailvelope ](#mailvelope )
* [Mutt ](#mutt )
2019-06-02 17:32:16 +00:00
- [Reset ](#reset )
2024-02-11 21:56:32 +00:00
* [Recovery after reset ](#recovery-after-reset )
2018-09-10 00:42:45 +00:00
- [Notes ](#notes )
2019-05-19 19:35:02 +00:00
- [Troubleshooting ](#troubleshooting )
2021-08-16 00:06:20 +00:00
- [Alternatives ](#alternatives )
2024-02-11 21:56:32 +00:00
* [Create keys with batch ](#create-keys-with-batch )
2024-02-11 20:36:47 +00:00
- [Additional resources ](#additional-resources )
2018-09-10 00:42:45 +00:00
2020-05-03 20:45:58 +00:00
# Purchase
2018-09-10 00:42:45 +00:00
2024-02-12 01:43:45 +00:00
All YubiKeys except the blue "security key" model and the "Bio Series - FIDO Edition" are compatible with this guide. NEO models are limited to 2048-bit RSA keys. Compare YubiKeys [here ](https://www.yubico.com/products/yubikey-hardware/compare-products-series/ ). A list of the YubiKeys compatible with OpenPGP is available [here ](https://support.yubico.com/hc/en-us/articles/360013790259-Using-Your-YubiKey-with-OpenPGP ). In May 2021, Yubico also released a press release and blog post about supporting resident ssh keys on their YubiKeys including blue "security key 5 NFC" with OpenSSH 8.2 or later, see [here ](https://www.yubico.com/blog/github-now-supports-ssh-security-keys/ ) for more information.
2019-03-07 13:02:05 +00:00
2024-02-12 01:43:45 +00:00
To [verify a YubiKey ](https://support.yubico.com/hc/en-us/articles/360013723419-How-to-Confirm-Your-Yubico-Device-is-Genuine ), visit [yubico.com/genuine ](https://www.yubico.com/genuine/ ). Insert a Yubico device, and select *Verify Device* to begin the process. Touch the YubiKey when prompted, and if asked, allow the site to see the make and model of the device. This device attestation may help mitigate [supply chain attacks ](https://media.defcon.org/DEF%20CON%2025/DEF%20CON%2025%20presentations/DEF%20CON%2025%20-%20r00killah-and-securelyfitz-Secure-Tokin-and-Doobiekeys.pdf ).
2019-03-07 13:02:05 +00:00
2024-02-12 01:43:45 +00:00
Several portable storage devices (such as microSD cards) for storing encrypted backups are also recommended.
2018-09-10 00:42:45 +00:00
2020-05-25 19:49:07 +00:00
# Prepare environment
2019-09-27 06:26:44 +00:00
2024-02-12 01:43:45 +00:00
To generate cryptographic keys, creating a dedicated secure environment is recommended.
2018-09-10 00:42:45 +00:00
2024-02-11 21:56:32 +00:00
The following is a general ranking of environments most to least likely to be compromised:
2024-02-12 01:43:45 +00:00
1. Daily-use system with unrestricted network access
2024-02-11 21:56:32 +00:00
1. Virtual machine on daily-use host OS (using [virt-manager ](https://virt-manager.org/ ), VirtualBox or VMware)
2024-02-12 01:43:45 +00:00
1. Dedicated and hardened [Debian ](https://www.debian.org/ ) or [OpenBSD ](https://www.openbsd.org/ ) system
2020-05-25 19:49:07 +00:00
1. Live image, such as [Debian Live ](https://www.debian.org/CD/live/ ) or [Tails ](https://tails.boum.org/index.en.html )
2024-02-12 01:43:45 +00:00
1. Hardened hardware and firmware ([Coreboot](https://www.coreboot.org/), [Intel ME removed ](https://github.com/corna/me_cleaner ))
1. Dedicated air-gapped system without network capabilities (ARM-based Raspberry Pi or other architecturally diverse equivalent)
2020-05-25 19:49:07 +00:00
2024-02-11 23:37:31 +00:00
A Debian Linux live image is recommended to balance usability and security.
2020-05-25 19:49:07 +00:00
2024-02-11 23:37:31 +00:00
Download the latest image and signature files:
2018-06-05 05:01:38 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 23:37:31 +00:00
curl -fLO "https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/SHA512SUMS"
2019-05-19 00:47:13 +00:00
2024-02-11 23:37:31 +00:00
curl -fLO "https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/SHA512SUMS.sign"
2020-09-25 08:18:44 +00:00
2024-02-11 20:36:47 +00:00
curl -fLO "https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/$(awk '/xfce.iso$/ {print $2}' SHA512SUMS)"
2019-05-19 00:47:13 +00:00
```
2024-02-12 01:43:45 +00:00
Download the Debian signing public key:
2016-02-01 01:58:24 +00:00
2019-05-19 00:47:13 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --keyserver hkps://keyring.debian.org --recv DF9B9C49EAA9298432589D76DA87E80D6294BE9B
2018-09-10 00:42:45 +00:00
```
2018-06-16 21:06:45 +00:00
2024-02-11 23:37:31 +00:00
If the public key cannot be received, use a different keyserver or DNS server:
2019-05-19 00:47:13 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --keyserver hkps://keyserver.ubuntu.com:443 --recv DF9B9C49EAA9298432589D76DA87E80D6294BE9B
2019-05-19 00:47:13 +00:00
```
2024-02-11 23:37:31 +00:00
Verify the signature:
```console
gpg --verify SHA512SUMS.sign SHA512SUMS
```
`gpg: Good signature from "Debian CD signing key <debian-cd@lists.debian.org>"` must appear in the output.
2024-02-12 01:43:45 +00:00
Verify the cryptographic hash of the image file matches the one in the signed file:
2019-11-20 01:24:57 +00:00
```console
2024-02-11 20:36:47 +00:00
grep $(sha512sum debian-live-*-amd64-xfce.iso) SHA512SUMS
2019-11-20 01:24:57 +00:00
```
2019-07-08 02:45:22 +00:00
See [Verifying authenticity of Debian CDs ](https://www.debian.org/CD/verify ) for more information.
2024-02-11 21:56:32 +00:00
Mount a portable storage device and copy the image:
2019-05-19 00:47:13 +00:00
**Linux**
```console
$ sudo dmesg | tail
usb-storage 3-2:1.0: USB Mass Storage device detected
scsi host2: usb-storage 3-2:1.0
scsi 2:0:0:0: Direct-Access TS-RDF5 SD Transcend TS3A PQ: 0 ANSI: 6
sd 2:0:0:0: Attached scsi generic sg1 type 0
sd 2:0:0:0: [sdb] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
sd 2:0:0:0: [sdb] Write Protect is off
sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sdb: sdb1 sdb2
sd 2:0:0:0: [sdb] Attached SCSI removable disk
2022-12-26 22:13:21 +00:00
$ sudo dd if=debian-live-*-amd64-xfce.iso of=/dev/sdb bs=4M status=progress ; sync
2019-05-19 00:47:13 +00:00
465+1 records in
465+1 records out
1951432704 bytes (2.0 GB, 1.8 GiB) copied, 42.8543 s, 45.5 MB/s
```
**OpenBSD**
2018-06-16 21:06:45 +00:00
2019-01-18 06:13:24 +00:00
```console
2019-05-19 00:47:13 +00:00
$ dmesg | tail -n2
sd2 at scsibus4 targ 1 lun 0: < TS-RDF5 , SD Transcend , TS3A > SCSI4 0/direct removable serial.0000000000000
sd2: 15193MB, 512 bytes/sector, 31116288 sectors
2022-12-26 22:13:21 +00:00
$ doas dd if=debian-live-*-amd64-xfce.iso of=/dev/rsd2c bs=4m
2019-05-19 00:47:13 +00:00
465+1 records in
465+1 records out
1951432704 bytes transferred in 139.125 secs (14026448 bytes/sec)
2018-09-10 00:42:45 +00:00
```
2016-05-25 02:25:07 +00:00
2024-02-11 21:56:32 +00:00
Power off, then disconnect internal hard drives and all unnecessary devices, such as the wireless card.
2016-05-25 02:25:07 +00:00
2018-09-10 00:42:45 +00:00
# Required software
2016-05-25 02:25:07 +00:00
2019-11-20 01:24:57 +00:00
Boot the live image and configure networking.
2019-05-19 00:47:13 +00:00
2024-02-11 21:56:32 +00:00
**Note** If the screen locks, unlock with `user` / `live`
2019-05-19 00:47:13 +00:00
2024-02-11 21:56:32 +00:00
Open terminal and install required software packages.
2018-11-29 05:38:35 +00:00
2020-05-03 21:18:29 +00:00
## Debian and Ubuntu
2019-02-03 03:11:09 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo apt update
2023-10-16 04:02:59 +00:00
2024-02-11 20:36:47 +00:00
sudo apt -y upgrade
2020-05-03 20:45:58 +00:00
2024-02-11 20:36:47 +00:00
sudo apt -y install \
wget gnupg2 gnupg-agent dirmngr \
cryptsetup scdaemon pcscd secure-delete \
yubikey-personalization
2020-05-03 20:45:58 +00:00
```
2024-02-11 20:36:47 +00:00
**Note** `hopenpgp-tools` is no longer part of the latest Debian stable package repositories. To install it, go to [https://packages.debian.org/sid/hopenpgp-tools ](https://packages.debian.org/sid/hopenpgp-tools ) to select your architecture (likely `amd64` ) and then an ftp server.
2023-06-12 20:17:43 +00:00
Edit `/etc/apt/sources.list` and add the ftp server:
2024-02-11 20:36:47 +00:00
2023-06-12 20:17:43 +00:00
```
deb http://ftp.debian.org/debian sid main
```
2024-02-11 20:36:47 +00:00
Then add this to `/etc/apt/preferences` (or a fragment, e.g. `/etc/apt/preferences.d/00-sid` ) so that APT still prioritizes packages from the stable repository over sid.
2023-06-12 20:17:43 +00:00
```
Package: *
Pin: release n=sid
Pin-Priority: 10
```
2022-12-26 22:13:21 +00:00
**Note** Live Ubuntu images [may require modification ](https://github.com/drduh/YubiKey-Guide/issues/116 ) to `/etc/apt/sources.list` and may need additional packages:
2021-01-27 19:24:51 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo apt -y install libssl-dev swig libpcsclite-dev
2021-01-27 19:24:51 +00:00
```
2022-12-26 22:13:21 +00:00
**Optional** Install the `ykman` utility, which will allow you to enable touch policies (requires admin PIN):
2020-05-03 20:45:58 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo apt -y install python3-pip python3-pyscard
2020-05-03 20:45:58 +00:00
2024-02-11 20:36:47 +00:00
pip3 install PyOpenSSL
2020-08-23 18:20:03 +00:00
2024-02-11 20:36:47 +00:00
pip3 install yubikey-manager
2020-05-03 20:45:58 +00:00
2024-02-11 20:36:47 +00:00
sudo service pcscd start
2020-05-03 20:45:58 +00:00
2024-02-11 20:36:47 +00:00
~/.local/bin/ykman openpgp info
2018-09-10 00:42:45 +00:00
```
2016-05-25 02:25:07 +00:00
2024-02-11 21:56:32 +00:00
**Note** Debian 12 does not recommend installing non-Debian packaged Python applications globally. But fortunately, it is not necessary as `yubikey-manager` is available in the stable main repository:
```console
sudo apt install yubikey-manager
```
2023-08-18 17:21:00 +00:00
2022-04-28 04:10:08 +00:00
## Fedora
2022-12-26 22:13:21 +00:00
2022-04-28 04:10:08 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo dnf install wget
2023-10-16 04:02:59 +00:00
2024-02-11 20:36:47 +00:00
wget https://github.com/rpmsphere/noarch/raw/master/r/rpmsphere-release-38-1.noarch.rpm
2023-10-16 04:02:59 +00:00
2024-02-11 20:36:47 +00:00
sudo rpm -Uvh rpmsphere-release*rpm
2022-04-28 04:10:08 +00:00
2024-02-11 20:36:47 +00:00
sudo dnf install \
gnupg2 dirmngr cryptsetup gnupg2-smime \
pcsc-tools opensc pcsc-lite secure-delete \
pgp-tools yubikey-personalization-gui
2022-04-28 04:10:08 +00:00
```
2019-11-20 01:24:57 +00:00
## Arch
2019-02-03 03:11:09 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo pacman -Syu gnupg pcsclite ccid hopenpgp-tools yubikey-personalization
2019-02-03 03:11:09 +00:00
```
2019-11-20 01:24:57 +00:00
## RHEL7
2019-02-03 05:08:39 +00:00
2018-09-04 15:16:16 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo yum install -y gnupg2 pinentry-curses pcsc-lite pcsc-lite-libs gnupg2-smime
2018-09-04 15:16:16 +00:00
```
2020-01-22 00:27:55 +00:00
## NixOS
2024-02-11 23:37:31 +00:00
Build an air-gapped NixOS LiveCD image:
NixOS Live Image: convert to a flake
Now `nixpkgs` will be pointing to a specific release, which has a much
smaller chance to unexpectedly break. Currently 23.11. The next one will
be 24.05, 24.11, etc.
NixOS *releases* receive security updates, but packages are upgraded
conservatively, thus don't generally break. As a result, we should need
to worry about NixOS upgrades every 6-12 months. The upgrade means "bump
the version number and try to build it". If it breaks, it will generally
break only then. Less reactive, more proactive surprises.
`flake.nix` was written by @thomaseizinger in
https://github.com/drduh/YubiKey-Guide/issues/406. Changes from the
original:
- change Gnome to xfce. Now it loads with 384MB of RAM and works well
with the simplest graphics (hello qemu).
- less nasty workaround for hopenpgp-tools. Fixed upstream
(https://github.com/NixOS/nixpkgs/pull/279117).
- do not default `copytoram`, user can select this option in the
bootloader.
Here is how to test it:
```
$ nix run .#nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.vm
```
*Note for the maintainer*: it would be great if you could occasionally
run `nix flake update --commit-lock-file`, *especially* after updating
github.com/drduh/config.git.
Fixes #406
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2023-12-18 15:41:35 +00:00
```console
2024-02-11 20:36:47 +00:00
ref=$(git ls-remote https://github.com/drduh/Yubikey-Guide refs/heads/master | awk '{print $1}')
nix build --experimental-features "nix-command flakes" github:drduh/YubiKey-Guide/$ref#nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.isoImage
NixOS Live Image: convert to a flake
Now `nixpkgs` will be pointing to a specific release, which has a much
smaller chance to unexpectedly break. Currently 23.11. The next one will
be 24.05, 24.11, etc.
NixOS *releases* receive security updates, but packages are upgraded
conservatively, thus don't generally break. As a result, we should need
to worry about NixOS upgrades every 6-12 months. The upgrade means "bump
the version number and try to build it". If it breaks, it will generally
break only then. Less reactive, more proactive surprises.
`flake.nix` was written by @thomaseizinger in
https://github.com/drduh/YubiKey-Guide/issues/406. Changes from the
original:
- change Gnome to xfce. Now it loads with 384MB of RAM and works well
with the simplest graphics (hello qemu).
- less nasty workaround for hopenpgp-tools. Fixed upstream
(https://github.com/NixOS/nixpkgs/pull/279117).
- do not default `copytoram`, user can select this option in the
bootloader.
Here is how to test it:
```
$ nix run .#nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.vm
```
*Note for the maintainer*: it would be great if you could occasionally
run `nix flake update --commit-lock-file`, *especially* after updating
github.com/drduh/config.git.
Fixes #406
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2023-12-18 15:41:35 +00:00
```
If you have this repository checked out:
Recommended, but optional: update `nixpkgs` and `drduh/config` :
```console
2024-02-11 20:36:47 +00:00
nix flake update --commit-lock-file
2020-01-22 00:27:55 +00:00
```
2024-02-11 23:37:31 +00:00
Build the ISO:
2020-01-22 00:27:55 +00:00
```console
2024-02-11 20:36:47 +00:00
nix build --experimental-features "nix-command flakes" .#nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.isoImage
NixOS Live Image: convert to a flake
Now `nixpkgs` will be pointing to a specific release, which has a much
smaller chance to unexpectedly break. Currently 23.11. The next one will
be 24.05, 24.11, etc.
NixOS *releases* receive security updates, but packages are upgraded
conservatively, thus don't generally break. As a result, we should need
to worry about NixOS upgrades every 6-12 months. The upgrade means "bump
the version number and try to build it". If it breaks, it will generally
break only then. Less reactive, more proactive surprises.
`flake.nix` was written by @thomaseizinger in
https://github.com/drduh/YubiKey-Guide/issues/406. Changes from the
original:
- change Gnome to xfce. Now it loads with 384MB of RAM and works well
with the simplest graphics (hello qemu).
- less nasty workaround for hopenpgp-tools. Fixed upstream
(https://github.com/NixOS/nixpkgs/pull/279117).
- do not default `copytoram`, user can select this option in the
bootloader.
Here is how to test it:
```
$ nix run .#nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.vm
```
*Note for the maintainer*: it would be great if you could occasionally
run `nix flake update --commit-lock-file`, *especially* after updating
github.com/drduh/config.git.
Fixes #406
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2023-12-18 15:41:35 +00:00
```
2020-01-22 00:27:55 +00:00
NixOS Live Image: convert to a flake
Now `nixpkgs` will be pointing to a specific release, which has a much
smaller chance to unexpectedly break. Currently 23.11. The next one will
be 24.05, 24.11, etc.
NixOS *releases* receive security updates, but packages are upgraded
conservatively, thus don't generally break. As a result, we should need
to worry about NixOS upgrades every 6-12 months. The upgrade means "bump
the version number and try to build it". If it breaks, it will generally
break only then. Less reactive, more proactive surprises.
`flake.nix` was written by @thomaseizinger in
https://github.com/drduh/YubiKey-Guide/issues/406. Changes from the
original:
- change Gnome to xfce. Now it loads with 384MB of RAM and works well
with the simplest graphics (hello qemu).
- less nasty workaround for hopenpgp-tools. Fixed upstream
(https://github.com/NixOS/nixpkgs/pull/279117).
- do not default `copytoram`, user can select this option in the
bootloader.
Here is how to test it:
```
$ nix run .#nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.vm
```
*Note for the maintainer*: it would be great if you could occasionally
run `nix flake update --commit-lock-file`, *especially* after updating
github.com/drduh/config.git.
Fixes #406
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2023-12-18 15:41:35 +00:00
Copy it to a USB drive:
```console
2024-02-11 20:36:47 +00:00
sudo cp -v result/iso/yubikeyLive.iso /dev/sdb; sync
2020-01-22 00:27:55 +00:00
```
2024-02-11 20:36:47 +00:00
With this image, you won't need to create a [temporary working directory ](#temporary-working-directory ) or [harden the configuration ](#harden-configuration ), as it was done when creating the image.
2020-01-22 00:27:55 +00:00
2019-11-20 01:24:57 +00:00
## OpenBSD
2019-02-03 05:08:39 +00:00
```console
2024-02-11 20:36:47 +00:00
doas pkg_add gnupg pcsc-tools
2019-02-03 05:08:39 +00:00
```
2019-11-20 01:24:57 +00:00
## macOS
2019-02-03 05:08:39 +00:00
2019-11-20 01:24:57 +00:00
Download and install [Homebrew ](https://brew.sh/ ) and the following packages:
2019-02-07 04:25:04 +00:00
```console
2024-02-11 20:36:47 +00:00
brew install gnupg yubikey-personalization hopenpgp-tools ykman pinentry-mac wget
2019-02-07 04:25:04 +00:00
```
2019-02-03 05:08:39 +00:00
2019-11-20 01:28:45 +00:00
**Note** An additional Python package dependency may need to be installed to use [`ykman` ](https://support.yubico.com/support/solutions/articles/15000012643-yubikey-manager-cli-ykman-user-guide ) - `pip install yubikey-manager`
2019-11-20 01:24:57 +00:00
## Windows
2019-02-03 05:08:39 +00:00
Download and install [Gpg4Win ](https://www.gpg4win.org/ ) and [PuTTY ](https://putty.org ).
2016-05-25 02:25:07 +00:00
2019-05-19 00:47:13 +00:00
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/ ).
2016-05-25 02:25:07 +00:00
2019-11-20 01:24:57 +00:00
# Entropy
2016-05-25 02:25:07 +00:00
2019-05-19 00:47:13 +00:00
Generating cryptographic keys requires high-quality [randomness ](https://www.random.org/randomness/ ), measured as entropy.
2022-12-26 22:33:09 +00:00
Most operating systems use software-based pseudorandom number generators or CPU-based hardware random number generators (HRNG).
2019-05-19 00:47:13 +00:00
2024-02-12 01:43:45 +00:00
**Optional** A device such as [OneRNG ](https://onerng.info/onerng/ ) may be used to [increase the speed ](https://lwn.net/Articles/648550/ ) and possibly the quality of available entropy.
2020-08-29 16:15:36 +00:00
## YubiKey
2024-02-12 01:43:45 +00:00
YubiKey version 5.2.3 introduced "Enhancements to OpenPGP 3.4 Support" which can gather additional entropy from YubiKey.
2022-12-26 22:33:09 +00:00
2024-02-12 01:43:45 +00:00
To seed PRNG with an additional 512 bytes retrieved from the YubiKey:
2022-12-26 22:13:21 +00:00
2020-12-25 07:17:20 +00:00
```console
2024-02-11 20:36:47 +00:00
echo "SCD RANDOM 512" | gpg-connect-agent | sudo tee /dev/random | hexdump -C
2020-08-29 16:15:36 +00:00
```
2022-12-26 22:13:21 +00:00
2020-08-29 16:15:36 +00:00
## OneRNG
2024-02-11 20:36:47 +00:00
Configure [rng-tools ](https://wiki.archlinux.org/index.php/Rng-tools ) software:
2016-05-25 02:25:07 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo apt -y install at rng-tools python3-gnupg openssl
2016-05-25 02:25:07 +00:00
2024-02-11 20:36:47 +00:00
wget https://github.com/OneRNG/onerng.github.io/raw/master/sw/onerng_3.7-1_all.deb
```
Verify the package:
2016-05-25 02:25:07 +00:00
2024-02-11 20:36:47 +00:00
```console
2022-04-25 09:47:21 +00:00
$ sha256sum onerng_3.7-1_all.deb
b7cda2fe07dce219a95dfeabeb5ee0f662f64ba1474f6b9dddacc3e8734d8f57 onerng_3.7-1_all.deb
2024-02-11 20:36:47 +00:00
```
2016-02-01 01:58:24 +00:00
2024-02-11 20:36:47 +00:00
Install the package:
2016-05-25 02:25:07 +00:00
2024-02-11 20:36:47 +00:00
```console
sudo dpkg -i onerng_3.7-1_all.deb
echo "HRNGDEVICE=/dev/ttyACM0" | sudo tee /etc/default/rng-tools
2019-05-25 19:20:07 +00:00
```
2024-02-12 01:43:45 +00:00
Insert the device and restart rng-tools:
2016-05-25 02:25:07 +00:00
2019-05-25 19:20:07 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo atd
2019-05-19 00:47:13 +00:00
2024-02-11 20:36:47 +00:00
sudo service rng-tools restart
2018-06-05 05:01:38 +00:00
```
2018-06-16 20:57:52 +00:00
2024-02-11 23:37:31 +00:00
# Generate keys
2018-06-05 05:01:38 +00:00
2020-05-03 21:07:35 +00:00
## Temporary working directory
2020-03-02 20:18:56 +00:00
2020-05-03 20:45:58 +00:00
Create a temporary directory which will be cleared on [reboot ](https://en.wikipedia.org/wiki/Tmpfs ) and set it as the GnuPG directory:
2018-06-16 20:57:52 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
export GNUPGHOME=$(mktemp -d -t gnupg_$(date +%Y%m%d%H%M)_XXX)
2018-06-05 05:01:38 +00:00
```
2016-02-01 01:58:24 +00:00
2020-05-03 20:45:58 +00:00
## Harden configuration
2020-03-02 20:18:56 +00:00
2024-02-11 23:37:31 +00:00
Import or create a hardened configuration for GnuPG:
2018-06-16 20:57:52 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
wget -O $GNUPGHOME/gpg.conf https://raw.githubusercontent.com/drduh/config/master/gpg.conf
```
2018-09-10 00:42:45 +00:00
2024-02-11 23:37:31 +00:00
The options will look similar to:
2024-02-11 20:36:47 +00:00
```console
2019-04-30 19:03:19 +00:00
$ grep -ve "^#" $GNUPGHOME/gpg.conf
2018-12-28 04:26:37 +00:00
personal-cipher-preferences AES256 AES192 AES
personal-digest-preferences SHA512 SHA384 SHA256
personal-compress-preferences ZLIB BZIP2 ZIP Uncompressed
default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed
2018-06-16 20:57:52 +00:00
cert-digest-algo SHA512
s2k-digest-algo SHA512
s2k-cipher-algo AES256
charset utf-8
fixed-list-mode
no-comments
no-emit-version
2023-10-16 03:50:42 +00:00
no-greeting
2018-06-16 20:57:52 +00:00
keyid-format 0xlong
list-options show-uid-validity
verify-options show-uid-validity
with-fingerprint
2018-09-10 00:42:45 +00:00
require-cross-certification
2018-12-28 04:26:37 +00:00
no-symkey-cache
2018-09-10 00:42:45 +00:00
use-agent
2020-05-03 20:45:58 +00:00
throw-keyids
2018-06-05 05:01:38 +00:00
```
2016-02-01 01:58:24 +00:00
2023-10-16 03:50:42 +00:00
**Tip** Networking can be disabled for the remainder of the setup.
2016-02-01 01:58:24 +00:00
2024-02-11 20:36:47 +00:00
# Certify key
2024-02-11 21:56:32 +00:00
The primary key to generate is the Certify key, which will be used to issue Subkeys for Encrypt, Sign and Authenticate operations.
2024-02-11 20:36:47 +00:00
2024-02-12 05:09:11 +00:00
The Certify key should be kept offline at all times and only accessed from a secure environment to revoke or issue Subkeys. Keys can also be generated on the YubiKey itself to avoid duplication, however for usability and durability reasons this guide recommends against doing so.
2016-05-25 02:25:07 +00:00
2024-02-12 05:09:11 +00:00
Generate a passphrase which will be needed throughout the guide to create and export Subkeys. The passphrase should be memorized or written down in a secure place separate from the backup storage disk.
2019-05-19 00:47:13 +00:00
2024-02-12 05:09:11 +00:00
The passphrase is recommended to consist of only upper case letters and numbers for improved readability.
2019-05-19 19:35:02 +00:00
2024-02-12 01:43:45 +00:00
The following command will generate strong passphrases while avoiding ambiguous characters:
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
LC_ALL=C tr -dc 'A-Z1-9' < /dev/urandom | \
tr -d "1IOS5U" | fold -w 30 | head -n10 | \
sed "-es/./ /"{1..26..5} | cut -c2- | tr " " "-"
2018-09-10 00:42:45 +00:00
```
2018-06-05 05:01:38 +00:00
2024-02-12 01:43:45 +00:00
Example output:
2020-05-25 19:49:07 +00:00
```console
2024-02-11 20:36:47 +00:00
A4ZK-YRRJ-8WPM-82NY-CX9T-AGKT
PH9Z-HFDX-QDB9-YMMC-GQZB-Z3EV
EC3H-C42G-8E9K-VF7F-ZWT7-BTL6
B3CA-QCCE-JMNE-VAZG-ZEYD-J3XP
YKP4-M42X-4WWE-WEKR-C3J7-GZYF
ZQWC-E7MN-M7CT-4Y4Z-9QFV-44VY
KY4F-C83Q-BTYQ-V8EM-WGCR-DPZN
GYWQ-WNAC-ERWM-XGAD-6XVD-ZCLD
L8JL-EK8H-Z4ZF-MA93-NND8-FPKA
WM2J-XF7L-QV6D-AWLY-Y2D8-4TQQ
2020-05-25 19:49:07 +00:00
```
2024-02-12 01:43:45 +00:00
**Tip** On Linux or OpenBSD, select the passphrase using the mouse or by double-clicking on it to copy to clipboard. Paste using the middle mouse button or `Shift` -`Insert`
2019-05-19 00:47:13 +00:00
2024-02-12 05:09:11 +00:00
Generate the Certify key with GnuPG:
```console
gpg --expert --full-generate-key
```
2019-05-19 00:47:13 +00:00
2024-02-12 05:09:11 +00:00
Select `(8) RSA (set your own capabilities)` , then `E` and `S` deselect Encrypt and Sign actions and only the Certify capability remains:
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
Please select what kind of key you want:
(1) RSA and RSA (default)
(2) DSA and Elgamal
(3) DSA (sign only)
(4) RSA (sign only)
2019-02-02 17:38:40 +00:00
(7) DSA (set your own capabilities)
(8) RSA (set your own capabilities)
(9) ECC and ECC
(10) ECC (sign only)
(11) ECC (set your own capabilities)
(13) Existing key
2023-10-16 03:50:42 +00:00
(14) Existing key from card
2019-02-02 17:38:40 +00:00
Your selection? 8
Possible actions for a RSA key: Sign Certify Encrypt Authenticate
Current allowed actions: Sign Certify Encrypt
(S) Toggle the sign capability
(E) Toggle the encrypt capability
(A) Toggle the authenticate capability
(Q) Finished
2019-02-03 05:25:21 +00:00
Your selection? E
2019-02-02 17:38:40 +00:00
Possible actions for a RSA key: Sign Certify Encrypt Authenticate
Current allowed actions: Sign Certify
(S) Toggle the sign capability
(E) Toggle the encrypt capability
(A) Toggle the authenticate capability
(Q) Finished
2019-02-03 05:25:21 +00:00
Your selection? S
2019-02-02 17:38:40 +00:00
Possible actions for a RSA key: Sign Certify Encrypt Authenticate
Current allowed actions: Certify
(S) Toggle the sign capability
(E) Toggle the encrypt capability
(A) Toggle the authenticate capability
(Q) Finished
2024-02-12 05:09:11 +00:00
```
Select `Q` then `4096` as the keysize.
2019-02-02 17:38:40 +00:00
2024-02-12 05:09:11 +00:00
Do **not** set the Certify key to expire (see [Note #3 ](#notes )).
```console
2019-02-03 05:25:21 +00:00
Your selection? Q
2018-09-10 00:42:45 +00:00
RSA keys may be between 1024 and 4096 bits long.
What keysize do you want? (2048) 4096
Requested keysize is 4096 bits
Please specify how long the key should be valid.
0 = key does not expire
< n > = key expires in n days
< n > w = key expires in n weeks
< n > m = key expires in n months
< n > y = key expires in n years
Key is valid for? (0) 0
Key does not expire at all
Is this correct? (y/N) y
2019-05-19 00:47:13 +00:00
```
2018-09-10 00:42:45 +00:00
2024-02-12 05:09:11 +00:00
Input any name and email address (it doesn't have to be valid) - Comment is optional:
2019-05-19 00:47:13 +00:00
```console
2018-09-10 00:42:45 +00:00
GnuPG needs to construct a user ID to identify your key.
2024-02-12 05:09:11 +00:00
Real name: YubiKey User
Email address: yubikey@example
Comment:
2018-09-10 00:42:45 +00:00
You selected this USER-ID:
2024-02-12 05:09:11 +00:00
"YubiKey User < yubikey @ example > "
2018-09-10 00:42:45 +00:00
2024-02-12 05:09:11 +00:00
Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? O
2018-09-10 00:42:45 +00:00
We need to generate a lot of random bytes. It is a good idea to perform
some other action (type on the keyboard, move the mouse, utilize the
disks) during the prime generation; this gives the random number
generator a better chance to gain enough entropy.
2024-02-12 05:09:11 +00:00
gpg: /tmp/gnupg_202401011200_TnL/trustdb.gpg: trustdb created
gpg: directory '/tmp/gnupg_202401011200_TnL/openpgp-revocs.d' created
gpg: revocation certificate stored as '/tmp/gnupg_202401011200_TnL/openpgp-revocs.d/4E2C1FA3372CBA96A06AC34AF0F2CFEB04341FB5.rev'
2018-09-10 00:42:45 +00:00
public and secret key created and signed.
2024-02-12 05:09:11 +00:00
pub rsa4096/0xF0F2CFEB04341FB5 2024-01-01 [C]
Key fingerprint = 4E2C 1FA3 372C BA96 A06A C34A F0F2 CFEB 0434 1FB5
uid YubiKey User < yubikey @ example >
2018-09-10 00:42:45 +00:00
```
2016-02-01 01:58:24 +00:00
2024-02-12 05:09:11 +00:00
Copy the Certify key identifier beginning with `0x` and export it as a [variable ](https://stackoverflow.com/questions/1158091/defining-a-variable-with-or-without-export/1158231#1158231 ) (`KEYID`):
2017-10-09 14:53:19 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-12 05:09:11 +00:00
export KEYID=0xF0F2CFEB04341FB5
2018-09-10 00:42:45 +00:00
```
2016-02-01 01:58:24 +00:00
2020-05-03 21:07:35 +00:00
# Sign with existing key
2018-09-02 22:02:29 +00:00
2024-02-12 05:09:11 +00:00
**Optional** Existing PGP keys may be used to sign new ones to prove control.
2018-09-02 22:02:29 +00:00
2024-02-12 05:09:11 +00:00
Export the existing key to move it to the working keyring:
2018-09-02 22:02:29 +00:00
2019-08-27 01:10:19 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --export-secret-keys --armor --output /tmp/new.sec
2019-08-27 01:10:19 +00:00
```
2024-02-12 05:09:11 +00:00
Sign the new key:
2018-09-02 22:02:29 +00:00
2019-08-27 01:10:19 +00:00
```console
2024-02-12 05:09:11 +00:00
gpg --default-key $OLDKEY --sign-key $KEYID
2019-08-27 01:10:19 +00:00
```
2018-09-02 22:02:29 +00:00
2024-02-11 20:36:47 +00:00
# Subkeys
2016-02-01 01:58:24 +00:00
2024-02-11 21:56:32 +00:00
Edit the identity to add Subkeys:
2018-06-05 05:01:38 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-12 05:09:11 +00:00
gpg --expert --edit-key $KEYID
2018-09-10 00:42:45 +00:00
```
2016-05-25 02:25:07 +00:00
2024-02-12 05:09:11 +00:00
RSA with 4096-bit key length is recommended.
2016-05-09 02:47:16 +00:00
2024-02-11 21:56:32 +00:00
Subkeys are recommended to have one or several year expirations. They must be renewed using the Certify key. See [rotating keys ](#rotating-keys ).
2018-09-10 00:42:45 +00:00
## Signing
2024-02-12 05:09:11 +00:00
Create a [signing key ](https://stackoverflow.com/questions/5421107/can-rsa-be-both-used-as-encryption-and-signature/5432623#5432623 ) by selecting `addkey` then the `(4) RSA (sign only)` option:
2018-06-16 20:57:52 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
gpg> addkey
Please select what kind of key you want:
(3) DSA (sign only)
(4) RSA (sign only)
(5) Elgamal (encrypt only)
(6) RSA (encrypt only)
(7) DSA (set your own capabilities)
(8) RSA (set your own capabilities)
2024-02-12 05:09:11 +00:00
(10) ECC (sign only)
(11) ECC (set your own capabilities)
(12) ECC (encrypt only)
(13) Existing key
(14) Existing key from card
2018-09-10 00:42:45 +00:00
Your selection? 4
RSA keys may be between 1024 and 4096 bits long.
2024-02-12 05:09:11 +00:00
What keysize do you want? (3072) 4096
2018-09-10 00:42:45 +00:00
Requested keysize is 4096 bits
Please specify how long the key should be valid.
0 = key does not expire
< n > = key expires in n days
< n > w = key expires in n weeks
< n > m = key expires in n months
< n > y = key expires in n years
2024-02-12 05:09:11 +00:00
Key is valid for? (0) 2y
2018-09-10 00:42:45 +00:00
Is this correct? (y/N) y
Really create? (y/N) y
We need to generate a lot of random bytes. It is a good idea to perform
some other action (type on the keyboard, move the mouse, utilize the
disks) during the prime generation; this gives the random number
generator a better chance to gain enough entropy.
2024-02-12 05:09:11 +00:00
sec rsa4096/0xF0F2CFEB04341FB5
created: 2024-01-01 expires: never usage: C
trust: ultimate validity: ultimate
ssb rsa4096/0xB3CD10E502E19637
created: 2024-01-01 expires: 2026-01-01 usage: S
[ultimate] (1). YubiKey User < yubikey @ example >
2018-09-10 00:42:45 +00:00
```
## Encryption
2024-02-12 05:09:11 +00:00
Next, create an [encryption key ](https://www.cs.cornell.edu/courses/cs5430/2015sp/notes/rsa_sign_vs_dec.php ) by selecting `addkey` then the `(6) RSA (encrypt only)` option.
2018-09-10 00:42:45 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-12 05:09:11 +00:00
sec rsa4096/0xF0F2CFEB04341FB5
created: 2024-01-01 expires: never usage: C
trust: ultimate validity: ultimate
ssb rsa4096/0xB3CD10E502E19637
created: 2024-01-01 expires: 2026-01-01 usage: S
ssb rsa4096/0x30CBE8C4B085B9F7
created: 2024-01-01 expires: 2026-01-01 usage: E
[ultimate] (1). YubiKey User < yubikey @ example >
2018-06-05 05:01:38 +00:00
```
2018-06-16 20:57:52 +00:00
2018-09-10 00:42:45 +00:00
## Authentication
2016-02-01 01:58:24 +00:00
2017-10-09 14:53:19 +00:00
Finally, create an [authentication key ](https://superuser.com/questions/390265/what-is-a-gpg-with-authenticate-capability-used-for ).
2016-05-25 02:25:07 +00:00
2024-02-12 05:09:11 +00:00
Select `addkey` then the `(8) RSA (set your own capabilities)` option.
Toggle the required capabilities with `S` , `E` and `A` until `Authenticate` is the only selected action:
2018-09-10 00:42:45 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
gpg> addkey
Please select what kind of key you want:
(3) DSA (sign only)
(4) RSA (sign only)
(5) Elgamal (encrypt only)
(6) RSA (encrypt only)
(7) DSA (set your own capabilities)
(8) RSA (set your own capabilities)
(10) ECC (sign only)
(11) ECC (set your own capabilities)
(12) ECC (encrypt only)
(13) Existing key
2024-02-12 05:09:11 +00:00
(14) Existing key from card
2018-09-10 00:42:45 +00:00
Your selection? 8
Possible actions for a RSA key: Sign Encrypt Authenticate
Current allowed actions: Sign Encrypt
(S) Toggle the sign capability
(E) Toggle the encrypt capability
(A) Toggle the authenticate capability
(Q) Finished
Your selection? S
Possible actions for a RSA key: Sign Encrypt Authenticate
Current allowed actions: Encrypt
(S) Toggle the sign capability
(E) Toggle the encrypt capability
(A) Toggle the authenticate capability
(Q) Finished
Your selection? E
Possible actions for a RSA key: Sign Encrypt Authenticate
Current allowed actions:
(S) Toggle the sign capability
(E) Toggle the encrypt capability
(A) Toggle the authenticate capability
(Q) Finished
Your selection? A
Possible actions for a RSA key: Sign Encrypt Authenticate
Current allowed actions: Authenticate
(S) Toggle the sign capability
(E) Toggle the encrypt capability
(A) Toggle the authenticate capability
(Q) Finished
2019-02-03 05:25:21 +00:00
Your selection? Q
2018-09-10 00:42:45 +00:00
RSA keys may be between 1024 and 4096 bits long.
What keysize do you want? (2048) 4096
Requested keysize is 4096 bits
Please specify how long the key should be valid.
0 = key does not expire
< n > = key expires in n days
< n > w = key expires in n weeks
< n > m = key expires in n months
< n > y = key expires in n years
2024-02-12 05:09:11 +00:00
Key is valid for? (0) 2y
2018-09-10 00:42:45 +00:00
Is this correct? (y/N) y
Really create? (y/N) y
We need to generate a lot of random bytes. It is a good idea to perform
some other action (type on the keyboard, move the mouse, utilize the
disks) during the prime generation; this gives the random number
generator a better chance to gain enough entropy.
2024-02-12 05:09:11 +00:00
sec rsa4096/0xF0F2CFEB04341FB5
created: 2024-01-01 expires: never usage: C
trust: ultimate validity: ultimate
ssb rsa4096/0xB3CD10E502E19637
created: 2024-01-01 expires: 2026-01-01 usage: S
ssb rsa4096/0x30CBE8C4B085B9F7
created: 2024-01-01 expires: 2026-01-01 usage: E
ssb rsa4096/0xAD9E24E1B8CB9600
created: 2024-01-01 expires: 2026-01-01 usage: A
[ultimate] (1). YubiKey User < yubikey @ example >
2019-06-02 17:32:16 +00:00
```
2024-02-12 05:09:11 +00:00
Finish by saving the keys:
2018-09-10 00:42:45 +00:00
2019-06-02 17:32:16 +00:00
```console
2018-09-10 00:42:45 +00:00
gpg> save
```
2020-05-03 21:07:35 +00:00
## Add extra identities
2024-02-12 05:09:11 +00:00
**Optional** To add additional email addresses or identities, use `adduid`
2024-02-11 20:36:47 +00:00
Edit the identity:
2019-08-23 16:49:23 +00:00
2022-04-12 14:24:37 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --expert --edit-key $KEYID
2022-04-12 14:24:37 +00:00
```
2024-02-12 05:09:11 +00:00
Add the new identity:
2019-08-23 16:49:23 +00:00
```console
gpg> adduid
2024-02-12 05:09:11 +00:00
Real name: YubiKey User
Email address: yubikey@somewhere
2019-08-23 16:49:23 +00:00
Comment:
You selected this USER-ID:
2024-02-12 05:09:11 +00:00
"YubiKey User < yubikey @ somewhere > "
2019-08-23 16:49:23 +00:00
2024-02-12 05:09:11 +00:00
Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o
2019-08-23 16:49:23 +00:00
2024-02-12 05:09:11 +00:00
sec rsa4096/0xF0F2CFEB04341FB5
created: 2024-01-01 expires: never usage: C
trust: ultimate validity: ultimate
ssb rsa4096/0xB3CD10E502E19637
created: 2024-01-01 expires: 2026-01-01 usage: S
ssb rsa4096/0x30CBE8C4B085B9F7
created: 2024-01-01 expires: 2026-01-01 usage: E
ssb rsa4096/0xAD9E24E1B8CB9600
created: 2024-01-01 expires: 2026-01-01 usage: A
[ultimate] (1) YubiKey User < yubikey @ example >
[ unknown] (2). YubiKey User < yubikey @ somewhere >
```
2019-08-23 16:49:23 +00:00
2024-02-12 05:09:11 +00:00
Configure trust:
2019-08-23 16:49:23 +00:00
2024-02-12 05:09:11 +00:00
```console
gpg> trust
[...]
2019-08-23 16:49:23 +00:00
Your decision? 5
Do you really want to set this key to ultimate trust? (y/N) y
2024-02-12 05:09:11 +00:00
[...]
2019-08-23 16:49:23 +00:00
gpg> save
```
2024-02-12 05:09:11 +00:00
By default, the latest identity added will be the primary user ID. Select `uid 2` or equivalent and `primary` to change it.
2020-01-21 23:12:17 +00:00
2019-05-19 01:53:42 +00:00
# Verify
2018-09-10 00:42:45 +00:00
2024-02-11 20:36:47 +00:00
List available secret keys:
```console
gpg -K
```
Verify output:
2018-09-10 00:42:45 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-12 05:09:11 +00:00
---------------------------------------
sec rsa4096/0xF0F2CFEB04341FB5 2024-01-01 [C]
Key fingerprint = 4E2C 1FA3 372C BA96 A06A C34A F0F2 CFEB 0434 1FB5
uid [ultimate] YubiKey User < yubikey @ example >
ssb rsa4096/0xB3CD10E502E19637 2024-01-01 [S] [expires: 2026-01-01]
ssb rsa4096/0x30CBE8C4B085B9F7 2024-01-01 [E] [expires: 2026-01-01]
ssb rsa4096/0xAD9E24E1B8CB9600 2024-01-01 [A] [expires: 2026-01-01]
2018-12-28 04:26:37 +00:00
```
2024-02-12 05:09:11 +00:00
**Optional** Verify with a OpenPGP [key best practice checker ](https://riseup.net/en/security/message-security/openpgp/best-practices#openpgp-key-checks ):
2016-09-20 19:39:35 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --export $KEYID | hokey lint
2018-06-16 20:57:52 +00:00
```
2016-09-20 19:39:35 +00:00
2024-02-12 01:43:45 +00:00
hokey may warn (orange text) about cross certification for the authentication key. GnuPG [Signing Subkey Cross-Certification ](https://gnupg.org/faq/subkey-cross-certify.html ) documentation has more detail on cross certification, and version 2.2.1 notes "subkey < keyid > does not sign and so does not need to be cross-certified".
hokey may also indicate a problem (red text) with `Key expiration times: []` on the primary key - see [Note #3 ](#notes ).
2019-01-07 01:35:03 +00:00
2020-05-03 21:07:35 +00:00
# Export secret keys
2018-06-05 05:01:38 +00:00
2024-02-11 20:36:47 +00:00
Save a copy of all keys:
2016-05-25 02:25:07 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --armor --export-secret-keys $KEYID > $GNUPGHOME/certify.key
2018-09-10 00:42:45 +00:00
2024-02-11 20:36:47 +00:00
gpg --armor --export-secret-subkeys $KEYID > $GNUPGHOME/subkeys.key
2018-06-16 20:57:52 +00:00
```
2017-10-09 14:53:19 +00:00
2018-09-10 00:42:45 +00:00
On Windows, note that using any extension other than `.gpg` or attempting IO redirection to a file will garble the secret key, making it impossible to import it again at a later date:
2018-06-05 05:01:38 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg -o \path\to\dir\certify.gpg --armor --export-secret-keys $KEYID
2018-09-10 00:42:45 +00:00
2024-02-11 20:36:47 +00:00
gpg -o \path\to\dir\subkeys.gpg --armor --export-secret-subkeys $KEYID
2018-06-16 20:57:52 +00:00
```
2018-06-05 05:01:38 +00:00
2020-05-03 21:07:35 +00:00
# Revocation certificate
2020-04-28 14:19:18 +00:00
2024-02-12 05:09:11 +00:00
Although the Certify key may be backed up to a secure place, the possibility of losing it cannot be ruled out. Without the Certify key, it will be impossible to renew or rotate Subkeys or generate a revocation certificate; the PGP identity will be useless. To mitigate this risk, deprecate an orphaned identity with a revocation certificate.
2020-04-28 14:19:18 +00:00
2024-02-12 05:09:11 +00:00
To create one:
2020-04-28 14:19:18 +00:00
``` console
2024-02-11 20:36:47 +00:00
gpg --output $GNUPGHOME/revoke.asc --gen-revoke $KEYID
2020-04-28 14:19:18 +00:00
```
2024-02-12 05:09:11 +00:00
The `revoke.asc` file should be stored in a secondary location to the primary backup.
2020-04-28 14:19:18 +00:00
2019-05-19 01:53:42 +00:00
# Backup
2018-06-05 05:01:38 +00:00
2024-02-11 21:56:32 +00:00
Create an **encrypted** backup on portable storage to be kept offline in a secure and durable location.
2021-10-25 07:31:57 +00:00
2024-02-12 05:09:11 +00:00
**Tip** The [ext2 ](https://en.wikipedia.org/wiki/Ext2 ) filesystem without encryption can be mounted on Linux and OpenBSD. Use [FAT32 ](https://en.wikipedia.org/wiki/Fat32 ) or [NTFS ](https://en.wikipedia.org/wiki/Ntfs ) filesystem for macOS and Windows compatibility instead.
2019-06-02 17:32:16 +00:00
2024-02-12 01:43:45 +00:00
As an additional backup measure, use [Paperkey ](https://www.jabberwocky.com/software/paperkey/ ) to make a physical copy of materials. See [Linux Kernel Maintainer PGP Guide ](https://www.kernel.org/doc/html/latest/process/maintainer-pgp-guide.html#back-up-your-master-key-for-disaster-recovery ) for more information.
2021-10-25 07:31:57 +00:00
2022-12-26 19:20:03 +00:00
It is strongly recommended to keep even encrypted OpenPGP private key material offline to deter [key overwriting attacks ](https://www.kopenpgp.com/ ), for example.
2019-04-30 19:03:19 +00:00
**Linux**
2017-12-18 02:44:03 +00:00
2024-02-11 21:56:32 +00:00
Attach another portable storage device and check its label:
2016-04-25 17:49:51 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
$ sudo dmesg | tail
2020-05-03 20:45:58 +00:00
mmc0: new high speed SDHC card at address a001
mmcblk0: mmc0:a001 SS16G 14.8 GiB
$ sudo fdisk -l /dev/mmcblk0
Disk /dev/mmcblk0: 14.9 GiB, 15931539456 bytes, 31116288 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
2018-09-10 00:42:45 +00:00
```
2016-04-25 17:49:51 +00:00
2019-05-19 00:47:13 +00:00
Write it with random data to prepare for encryption:
2018-06-14 02:58:22 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo dd if=/dev/urandom of=/dev/mmcblk0 bs=4M status=progress
2018-09-10 00:42:45 +00:00
```
2016-04-25 17:49:51 +00:00
Erase and create a new partition table:
2019-01-18 06:13:24 +00:00
```console
2020-05-03 20:45:58 +00:00
$ sudo fdisk /dev/mmcblk0
2019-12-30 23:36:11 +00:00
Welcome to fdisk (util-linux 2.33.1).
2018-06-05 05:01:38 +00:00
2021-10-04 11:10:12 +00:00
Command (m for help): g
Created a new GPT disklabel (GUID: 4E7495FD-85A3-3E48-97FC-2DD8D41516C3).
2018-06-05 05:01:38 +00:00
2018-09-10 00:42:45 +00:00
Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
2020-05-03 20:45:58 +00:00
2018-09-10 00:42:45 +00:00
```
2016-04-25 17:49:51 +00:00
2019-12-30 23:36:11 +00:00
Create a new partition with a 25 Megabyte size:
2018-06-14 02:58:22 +00:00
2019-01-18 06:13:24 +00:00
```console
2020-05-03 20:45:58 +00:00
$ sudo fdisk /dev/mmcblk0
2022-12-26 22:13:21 +00:00
Welcome to fdisk (util-linux 2.36.1).
2018-09-10 00:42:45 +00:00
Command (m for help): n
2022-12-26 22:13:21 +00:00
Partition number (1-128, default 1):
First sector (2048-30261214, default 2048):
Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-30261214, default 30261214): +25M
2018-09-10 00:42:45 +00:00
2022-12-26 22:13:21 +00:00
Created a new partition 1 of type 'Linux filesystem' and of size 25 MiB.
2018-09-10 00:42:45 +00:00
Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
```
2016-04-25 17:49:51 +00:00
2024-02-12 01:43:45 +00:00
Use [LUKS ](https://askubuntu.com/questions/97196/how-secure-is-an-encrypted-luks-filesystem ) to encrypt the new partition. Generate a unique passphrase which will be used to protect the filesystem:
2016-04-25 17:49:51 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo cryptsetup luksFormat /dev/mmcblk0p1
2018-09-10 00:42:45 +00:00
```
2016-04-25 17:49:51 +00:00
2016-05-25 02:25:07 +00:00
Mount the partition:
2018-06-14 02:58:22 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo cryptsetup luksOpen /dev/mmcblk0p1 secret
2018-09-10 00:42:45 +00:00
```
2016-05-25 02:25:07 +00:00
2022-12-26 22:13:21 +00:00
Create an ext2 filesystem:
2018-06-14 02:58:22 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo mkfs.ext2 /dev/mapper/secret -L gpg-$(date +%F)
2018-09-10 00:42:45 +00:00
```
2016-04-25 17:49:51 +00:00
2022-12-26 22:13:21 +00:00
Mount the filesystem and copy the temporary GnuPG directory with keyring:
2018-06-05 17:08:02 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo mkdir /mnt/encrypted-storage
2018-06-05 05:01:38 +00:00
2024-02-11 20:36:47 +00:00
sudo mount /dev/mapper/secret /mnt/encrypted-storage
2018-06-05 05:01:38 +00:00
2024-02-11 20:36:47 +00:00
sudo cp -avi $GNUPGHOME /mnt/encrypted-storage/
2018-09-10 00:42:45 +00:00
```
2018-06-05 05:01:38 +00:00
2019-05-25 19:20:07 +00:00
**Optional** Backup the OneRNG package:
```console
2024-02-11 20:36:47 +00:00
sudo cp onerng_3.7-1_all.deb /mnt/encrypted-storage/
2019-05-25 19:20:07 +00:00
```
2022-12-26 18:54:14 +00:00
**Note** If you plan on setting up multiple keys, keep the backup mounted or remember to terminate the gpg process before [saving ](https://lists.gnupg.org/pipermail/gnupg-users/2016-July/056353.html ).
2016-02-01 01:58:24 +00:00
2021-08-26 04:20:09 +00:00
Unmount, close and disconnect the encrypted volume:
2017-10-09 14:53:19 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo umount /mnt/encrypted-storage/
2017-10-09 14:53:19 +00:00
2024-02-11 20:36:47 +00:00
sudo cryptsetup luksClose secret
2018-09-10 00:42:45 +00:00
```
2018-06-05 17:08:02 +00:00
2019-04-30 19:03:19 +00:00
**OpenBSD**
2019-02-03 05:08:39 +00:00
Attach a USB disk and determine its label:
```console
$ dmesg | grep sd.\ at
2019-05-19 01:53:42 +00:00
sd2 at scsibus5 targ 1 lun 0: < TS-RDF5 , SD Transcend , TS37 > SCSI4 0/direct removable serial.00000000000000000000
2019-02-03 05:08:39 +00:00
```
Print the existing partitions to make sure it's the right device:
```console
2024-02-11 20:36:47 +00:00
doas disklabel -h sd2
2019-02-03 05:08:39 +00:00
```
2019-12-30 23:36:11 +00:00
Initialize the disk by creating an `a` partition with FS type `RAID` and size of 25 Megabytes:
2019-02-03 05:08:39 +00:00
```console
2021-10-04 11:10:12 +00:00
$ doas fdisk -giy sd2
2019-02-03 05:08:39 +00:00
Writing MBR at offset 0.
2021-10-04 11:10:12 +00:00
Writing GPT.
2019-02-03 05:08:39 +00:00
$ doas disklabel -E sd2
Label editor (enter '?' for help at any prompt)
2019-05-19 01:53:42 +00:00
sd2> a a
2019-02-03 05:08:39 +00:00
offset: [64]
2019-12-30 23:36:11 +00:00
size: [31101776] 25M
2019-02-03 05:08:39 +00:00
FS type: [4.2BSD] RAID
2019-05-19 01:53:42 +00:00
sd2*> w
sd2> q
No label changes
```
2019-02-03 05:08:39 +00:00
2019-05-19 01:53:42 +00:00
Encrypt with bioctl:
```console
2019-02-03 05:08:39 +00:00
$ doas bioctl -c C -l sd2a softraid0
New passphrase:
Re-type passphrase:
softraid0: CRYPTO volume attached as sd3
```
2019-05-19 01:53:42 +00:00
Create an `i` partition on the new crypto volume and the filesystem:
2019-02-03 05:08:39 +00:00
```console
2021-10-04 11:10:12 +00:00
$ doas fdisk -giy sd3
2019-02-03 05:08:39 +00:00
Writing MBR at offset 0.
2021-10-04 11:10:12 +00:00
Writing GPT.
2019-02-03 05:08:39 +00:00
$ doas disklabel -E sd3
Label editor (enter '?' for help at any prompt)
2019-05-19 01:53:42 +00:00
sd3> a i
2019-02-03 05:08:39 +00:00
offset: [64]
2019-05-19 01:53:42 +00:00
size: [16001]
2019-02-03 05:08:39 +00:00
FS type: [4.2BSD]
2019-05-19 01:53:42 +00:00
sd3*> w
sd3> q
2019-02-03 05:08:39 +00:00
No label changes.
$ doas newfs sd3i
```
2019-05-19 01:53:42 +00:00
Mount the filesystem and copy the temporary directory with the keyring:
2019-02-03 05:08:39 +00:00
```console
2024-02-11 20:36:47 +00:00
doas mkdir /mnt/encrypted-storage
2019-02-03 05:08:39 +00:00
2024-02-11 20:36:47 +00:00
doas mount /dev/sd3i /mnt/encrypted-storage
2019-02-03 05:08:39 +00:00
2024-02-11 20:36:47 +00:00
doas cp -avi $GNUPGHOME /mnt/encrypted-storage
2019-02-03 05:08:39 +00:00
```
2024-02-12 01:43:45 +00:00
**Note** To set up multiple YubiKeys, keep the backup mounted or remember to terminate GnuPG before [saving ](https://lists.gnupg.org/pipermail/gnupg-users/2016-July/056353.html ).
2019-02-03 05:08:39 +00:00
2021-08-26 04:20:09 +00:00
Otherwise, unmount and disconnect the encrypted volume:
2019-02-03 05:08:39 +00:00
```console
2024-02-11 20:36:47 +00:00
doas umount /mnt/encrypted-storage
2019-02-03 05:08:39 +00:00
2024-02-11 20:36:47 +00:00
doas bioctl -d sd3
2019-02-03 05:08:39 +00:00
```
See [OpenBSD FAQ#14 ](https://www.openbsd.org/faq/faq14.html#softraidCrypto ) for more information.
2020-05-03 21:07:35 +00:00
# Export public keys
2024-02-11 23:37:31 +00:00
**Important** Without the *public* key, you will **not** be able to use GnuPG to encrypt, decrypt, nor sign messages. However, you will still be able to use YubiKey for SSH authentication.
2020-05-03 21:07:35 +00:00
2024-02-11 21:56:32 +00:00
Create another partition on the portable storage device to store the public key, or reconnect networking and upload to a key server.
2016-02-01 01:58:24 +00:00
2020-05-03 21:07:35 +00:00
**Linux**
2024-02-12 05:09:11 +00:00
Provision the portable storage device:
2020-05-03 21:07:35 +00:00
```console
$ sudo fdisk /dev/mmcblk0
2022-12-26 22:13:21 +00:00
Welcome to fdisk (util-linux 2.36.1).
2020-05-03 21:07:35 +00:00
Command (m for help): n
2022-12-26 22:13:21 +00:00
Partition number (2-128, default 2):
First sector (53248-30261214, default 53248):
Last sector, +/-sectors or +/-size{K,M,G,T,P} (53248-30261214, default 30261214): +25M
2020-05-03 21:07:35 +00:00
2022-12-26 22:13:21 +00:00
Created a new partition 2 of type 'Linux filesystem' and of size 25 MiB.
2020-05-03 21:07:35 +00:00
Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
2024-02-12 05:09:11 +00:00
```
2020-05-03 21:07:35 +00:00
2024-02-12 05:09:11 +00:00
Create a filesystem and export the public key to it:
2020-05-03 21:07:35 +00:00
2024-02-12 05:09:11 +00:00
```console
sudo mkfs.ext2 /dev/mmcblk0p2
2020-05-03 21:07:35 +00:00
2024-02-12 05:09:11 +00:00
sudo mkdir /mnt/public
2020-05-03 21:07:35 +00:00
2024-02-12 05:09:11 +00:00
sudo mount /dev/mmcblk0p2 /mnt/public/
gpg --armor --export $KEYID | sudo tee /mnt/public/$KEYID-$(date +%F).asc
2020-05-03 21:07:35 +00:00
```
**OpenBSD**
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2019-05-19 01:53:42 +00:00
$ doas disklabel -E sd2
Label editor (enter '?' for help at any prompt)
sd2> a b
offset: [32130]
2019-12-30 23:36:11 +00:00
size: [31069710] 25M
2019-05-19 01:53:42 +00:00
FS type: [swap] 4.2BSD
sd2*> w
sd2> q
No label changes.
2024-02-12 05:09:11 +00:00
```
2016-02-01 01:58:24 +00:00
2024-02-12 05:09:11 +00:00
Create a filesystem and export the public key to it:
```console
doas newfs sd2b
2016-02-01 01:58:24 +00:00
2024-02-12 05:09:11 +00:00
doas mkdir /mnt/public
2017-05-12 07:04:23 +00:00
2024-02-12 05:09:11 +00:00
doas mount /dev/sd2b /mnt/public
2016-02-01 01:58:24 +00:00
2024-02-12 05:09:11 +00:00
gpg --armor --export $KEYID | doas tee /mnt/public/$KEYID-$(date +%F).asc
2019-05-19 01:53:42 +00:00
```
2016-05-25 02:25:07 +00:00
2020-05-03 21:07:35 +00:00
**Windows**
```console
2024-02-11 20:36:47 +00:00
gpg -o \path\to\dir\pubkey.gpg --armor --export $KEYID
2020-05-03 21:07:35 +00:00
```
**Keyserver**
2024-02-12 05:09:11 +00:00
**Optional** Upload the public key to a [public keyserver ](https://debian-administration.org/article/451/Submitting_your_GPG_key_to_a_keyserver ):
2018-06-05 05:01:38 +00:00
2020-05-03 21:07:35 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --send-key $KEYID
2020-05-03 21:07:35 +00:00
2024-02-11 20:36:47 +00:00
gpg --keyserver keys.gnupg.net --send-key $KEYID
2020-05-03 21:07:35 +00:00
2024-02-11 20:36:47 +00:00
gpg --keyserver hkps://keyserver.ubuntu.com:443 --send-key $KEYID
2020-05-03 21:07:35 +00:00
```
2023-10-16 03:50:42 +00:00
Or if [uploading to keys.openpgp.org ](https://keys.openpgp.org/about/usage ):
```console
2024-02-11 20:36:47 +00:00
gpg --send-key $KEYID | curl -T - https://keys.openpgp.org
2023-10-16 03:50:42 +00:00
```
2020-05-03 21:07:35 +00:00
2024-02-12 01:43:45 +00:00
# Configure YubiKey
2019-05-19 01:53:42 +00:00
2024-02-12 01:43:45 +00:00
Insert YubiKey and use GnuPG to configure it:
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-10-29 10:59:29 +00:00
$ gpg --card-edit
2022-12-26 22:13:21 +00:00
2018-09-10 00:42:45 +00:00
Reader ...........: Yubico Yubikey 4 OTP U2F CCID
Application ID ...: D2760001240102010006055532110000
2022-12-26 22:13:21 +00:00
Application type .: OpenPGP
2019-12-30 23:22:39 +00:00
Version ..........: 3.4
2018-09-10 00:42:45 +00:00
Manufacturer .....: Yubico
Serial number ....: 05553211
Name of cardholder: [not set]
Language prefs ...: [not set]
2022-12-26 22:13:21 +00:00
Salutation .......:
2018-09-10 00:42:45 +00:00
URL of public key : [not set]
Login data .......: [not set]
Signature PIN ....: not forced
Key attributes ...: rsa2048 rsa2048 rsa2048
Max. PIN lengths .: 127 127 127
PIN retry counter : 3 0 3
Signature counter : 0
2021-09-07 03:29:32 +00:00
KDF setting ......: off
2018-09-10 00:42:45 +00:00
Signature key ....: [none]
Encryption key....: [none]
Authentication key: [none]
General key info..: [none]
```
2016-02-01 01:58:24 +00:00
2022-12-26 18:50:22 +00:00
Enter administrative mode:
```console
gpg/card> admin
Admin commands are allowed
```
2020-05-25 19:49:07 +00:00
**Note** If the card is locked, see [Reset ](#reset ).
2020-05-03 21:07:35 +00:00
**Windows**
2021-08-26 04:20:09 +00:00
Use the [YubiKey Manager ](https://developers.yubico.com/yubikey-manager ) application (note, this is not the similarly named older YubiKey NEO Manager) to enable CCID functionality.
2020-05-03 21:07:35 +00:00
2021-09-07 03:29:32 +00:00
## Enable KDF
2022-12-26 22:13:21 +00:00
2024-02-11 23:37:31 +00:00
Key Derived Function (KDF) enables YubiKey to store the hash of PIN, preventing the PIN from being passed as plain text.
**Note** This feature may not be compatible with older GnuPG versions, especially mobile clients. These incompatible clients will not function because the PIN will always be rejected.
2021-09-07 03:29:32 +00:00
```console
gpg/card> kdf-setup
```
2024-02-12 05:09:11 +00:00
This step must be completed before changing PINs or moving keys or an error will occur: `gpg: error for setup KDF: Conditions of use not satisfied`
2018-09-10 00:42:45 +00:00
## Change PIN
2016-02-01 01:58:24 +00:00
2024-02-11 23:37:31 +00:00
The [PGP interface ](https://developers.yubico.com/PGP/ ) is separate from other modules on YubiKey, such as the [PIV interface ](https://developers.yubico.com/PIV/Introduction/YubiKey_and_PIV.html ) - the PGP interface has its own *PIN* , *Admin PIN* , and *Reset Code* which must be changed from default values.
2020-12-25 07:17:20 +00:00
2024-02-11 23:37:31 +00:00
Entering the *PIN* incorrectly three times will cause the PIN to become blocked. It can be unblocked with either the *Admin PIN* or *Reset Code* .
2020-12-25 07:17:20 +00:00
2024-02-11 23:37:31 +00:00
Entering the *Admin PIN* or *Reset Code* incorrectly three times destroys all GnuPG data on the card.
2021-08-16 00:06:20 +00:00
Name | Default Value | Use
2021-08-10 12:11:54 +00:00
-----------|---------------|-------------------------------------------------------------
2024-02-11 23:37:31 +00:00
PIN | `123456` | cryptographic operations (decrypt, sign, authenticate) PIN
Admin PIN | `12345678` | reset PIN, change Reset Code, add keys and owner information
Reset Code | None | reset PIN ([more information](https://forum.yubico.com/viewtopicd01c.html?p=9055#p9055))
2016-02-01 01:58:24 +00:00
2024-02-12 01:43:45 +00:00
*PIN* values must be at least 6 characters. *Admin PIN* values must be at least 8 characters.
A maximum of 127 ASCII characters are allowed. See the GnuPG documentation on [Managing PINs ](https://www.gnupg.org/howtos/card-howto/en/ch03s02.html ) for more information.
2021-03-30 18:00:24 +00:00
2024-02-12 05:09:11 +00:00
Update PINs:
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
gpg/card> passwd
gpg: OpenPGP card no. D2760001240102010006055532110000 detected
2016-02-01 01:58:24 +00:00
2018-09-10 00:42:45 +00:00
1 - change PIN
2 - unblock PIN
3 - change Admin PIN
4 - set the Reset Code
Q - quit
2016-02-01 01:58:24 +00:00
2018-09-10 00:42:45 +00:00
Your selection? 3
PIN changed.
2016-02-01 01:58:24 +00:00
2018-09-10 00:42:45 +00:00
1 - change PIN
2 - unblock PIN
3 - change Admin PIN
4 - set the Reset Code
Q - quit
2016-05-25 02:25:07 +00:00
2018-09-10 00:42:45 +00:00
Your selection? 1
PIN changed.
2016-02-01 01:58:24 +00:00
2018-09-10 00:42:45 +00:00
1 - change PIN
2 - unblock PIN
3 - change Admin PIN
4 - set the Reset Code
Q - quit
2016-02-01 01:58:24 +00:00
2018-09-10 00:42:45 +00:00
Your selection? q
```
2016-02-01 01:58:24 +00:00
2022-12-26 22:13:21 +00:00
**Note** The number of retry attempts can be changed later with the following command, documented [here ](https://docs.yubico.com/software/yubikey/tools/ykman/OpenPGP_Commands.html#ykman-openpgp-access-set-retries-options-pin-retries-reset-code-retries-admin-pin-retries ):
2020-12-25 07:17:20 +00:00
2021-08-10 12:11:54 +00:00
```bash
2024-02-11 20:36:47 +00:00
ykman openpgp access set-retries 5 5 5 -f -a YOUR_ADMIN_PIN
2020-12-25 07:17:20 +00:00
```
2018-09-10 00:42:45 +00:00
## Set information
2016-02-01 01:58:24 +00:00
2024-02-12 05:09:11 +00:00
While still in administrative mode:
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-12 05:09:11 +00:00
gpg/card> list
2018-09-10 00:42:45 +00:00
gpg/card> name
2024-02-12 05:09:11 +00:00
Cardholder's surname: User
Cardholder's given name: YubiKey
2018-09-10 00:42:45 +00:00
gpg/card> lang
Language preferences: en
gpg/card> login
2024-02-12 05:09:11 +00:00
Login data (account name): yubikey@example
2018-09-10 00:42:45 +00:00
gpg/card> quit
```
2016-02-01 01:58:24 +00:00
2018-09-10 00:42:45 +00:00
# Transfer keys
2016-02-01 01:58:24 +00:00
2024-02-12 05:09:11 +00:00
**Important** Transferring keys to YubiKey is a one-way/destructive operation. Verify backups were made before proceeding. `keytocard` converts the local, on-disk key into a stub, which means the on-disk copy is no longer usable to transfer to subsequent YubiKeys.
2016-02-01 01:58:24 +00:00
2024-02-11 23:37:31 +00:00
Previous GnuPG versions required the `toggle` command before selecting keys. The currently selected key(s) are indicated with an `*` . When moving keys only one key should be selected at a time.
2018-04-30 01:50:54 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-12 05:09:11 +00:00
gpg --edit-key $KEYID
2018-09-10 00:42:45 +00:00
```
2016-02-01 01:58:24 +00:00
2018-09-10 00:42:45 +00:00
## Signing
2016-02-01 01:58:24 +00:00
2024-02-11 20:36:47 +00:00
**Important** You will be prompted for the Certify key passphrase and Admin PIN.
2020-05-03 20:45:58 +00:00
2024-02-12 05:09:11 +00:00
Select and transfer the signature key - `*` will appear next to the selected subkey (`ssb*`):
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
gpg> key 1
gpg> keytocard
Please select where to store the key:
(1) Signature key
(3) Authentication key
Your selection? 1
```
2016-02-01 01:58:24 +00:00
2018-09-10 00:42:45 +00:00
## Encryption
2016-02-01 01:58:24 +00:00
2018-09-10 00:42:45 +00:00
Type `key 1` again to de-select and `key 2` to select the next key:
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
gpg> key 1
gpg> key 2
gpg> keytocard
Please select where to store the key:
(2) Encryption key
Your selection? 2
```
2016-02-01 01:58:24 +00:00
2018-09-10 00:42:45 +00:00
## Authentication
2016-05-25 02:25:07 +00:00
2018-09-10 00:42:45 +00:00
Type `key 2` again to deselect and `key 3` to select the last key:
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
gpg> key 2
gpg> key 3
gpg> keytocard
Please select where to store the key:
(3) Authentication key
Your selection? 3
2020-05-03 20:45:58 +00:00
```
Save and quit:
2018-09-10 00:42:45 +00:00
2020-05-03 20:45:58 +00:00
```console
2018-09-10 00:42:45 +00:00
gpg> save
```
2016-02-01 01:58:24 +00:00
2018-09-10 00:42:45 +00:00
# Verify card
2016-02-01 01:58:24 +00:00
2024-02-12 05:09:11 +00:00
Verify Subkeys have been moved to YubiKey as indicated by `ssb>` with `gpg -K` , for example:
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-12 05:09:11 +00:00
sec rsa4096/0xF0F2CFEB04341FB5 2024-01-01 [C]
Key fingerprint = 4E2C 1FA3 372C BA96 A06A C34A F0F2 CFEB 0434 1FB5
uid [ultimate] YubiKey User < yubikey @ example >
ssb> rsa4096/0xB3CD10E502E19637 2024-01-01 [S] [expires: 2026-01-01]
ssb> rsa4096/0x30CBE8C4B085B9F7 2024-01-01 [E] [expires: 2026-01-01]
ssb> rsa4096/0xAD9E24E1B8CB9600 2024-01-01 [A] [expires: 2026-01-01]
2018-09-10 00:42:45 +00:00
```
2018-06-05 05:01:38 +00:00
2020-05-04 18:19:02 +00:00
# Multiple YubiKeys
2020-01-21 23:32:46 +00:00
2024-02-12 01:43:45 +00:00
To provision additional YubiKeys, restore the Certify key backup and repeat [Configure YubiKey ](#configure-yubikey ).
2020-01-21 23:32:46 +00:00
```console
2024-02-12 05:09:11 +00:00
mv -vi $GNUPGHOME $GNUPGHOME.1
2020-01-21 23:32:46 +00:00
2024-02-12 05:09:11 +00:00
cp -avi /mnt/encrypted-storage/tmp.XXX $GNUPGHOME
2020-01-21 23:32:46 +00:00
2024-02-12 05:09:11 +00:00
cd $GNUPGHOME
2020-01-21 23:32:46 +00:00
```
2024-02-11 20:36:47 +00:00
## Switching between YubiKeys
2021-06-04 21:47:38 +00:00
2024-02-12 01:43:45 +00:00
When GnuPG key is added to YubiKey using the *keytocard* command, the key is deleted from the keyring and a *stub* is added, pointing to the YubiKey. The stub identifies the GnuPG key ID and YubiKey serial number.
2024-02-11 23:37:31 +00:00
However, when the operation is repeated for an additional YubiKey, the stub is overwritten by the *keytocard* operation and now will point to the latest YubiKey.
2024-02-12 01:43:45 +00:00
GnuPG will request a specific YubiKey by serial number, as referenced by the stub, and will not recognize another YubiKey with a different serial number without manual intervention.
2021-06-04 21:47:38 +00:00
2024-02-11 20:36:47 +00:00
Insert the first YubiKey (which has a different serial number) and run the following command:
2024-02-11 23:37:31 +00:00
2021-06-04 21:47:38 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg-connect-agent "scd serialno" "learn --force" /bye
2021-06-04 21:47:38 +00:00
```
2024-02-11 21:56:32 +00:00
2024-02-11 23:37:31 +00:00
GnuPG will scan the first YubiKey for keys and recreate the stubs to point to the key ID and YubiKey serial number of the first YubiKey.
2023-06-28 13:44:09 +00:00
2024-02-11 23:37:31 +00:00
To use the second YubiKey, repeat the command.
2023-06-28 13:44:09 +00:00
2024-02-11 23:37:31 +00:00
# Multiple Hosts
2023-06-28 13:44:09 +00:00
2024-02-11 23:37:31 +00:00
Export the public key and trust setting from the current host:
2023-06-28 13:44:09 +00:00
2024-02-11 23:37:31 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --armor --export $KEYID > gpg-public-key-$KEYID.asc
gpg --export-ownertrust > gpg-owner-trust.txt
2023-06-28 13:44:09 +00:00
```
2024-02-11 23:37:31 +00:00
Move both files to the second host, then define the key ID:
2023-06-28 13:44:09 +00:00
2024-02-11 23:37:31 +00:00
```console
2024-02-12 05:09:11 +00:00
export KEYID=0xF0F2CFEB04341FB5
2024-02-11 20:36:47 +00:00
```
2023-06-28 13:44:09 +00:00
2024-02-11 23:37:31 +00:00
Import the public key:
2023-06-28 13:44:09 +00:00
2024-02-11 23:37:31 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --import gpg-public-key-$KEYID.asc
```
2023-06-28 13:44:09 +00:00
2024-02-11 23:37:31 +00:00
Import the trust setting:
2023-06-28 13:44:09 +00:00
2024-02-11 23:37:31 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --import-ownertrust < gpg-owner-trust.txt
```
2023-06-28 13:44:09 +00:00
2024-02-11 23:37:31 +00:00
Insert YubiKey and import key stubs:
2023-06-28 13:44:09 +00:00
2024-02-11 20:36:47 +00:00
```console
2024-02-11 23:37:31 +00:00
gpg --card-status
2024-02-11 20:36:47 +00:00
```
2023-06-28 13:44:09 +00:00
2024-02-12 01:43:45 +00:00
Or download from a public key server:
2023-06-28 13:44:09 +00:00
2024-02-11 20:36:47 +00:00
```console
gpg --keyserver hkps://keyserver.ubuntu.com:443 --recv $KEYID
```
2023-06-29 04:24:25 +00:00
2024-02-11 23:37:31 +00:00
Configure trust:
2023-06-28 13:44:09 +00:00
2024-02-11 23:37:31 +00:00
```console
2024-02-11 20:36:47 +00:00
$ gpg --edit-key $KEYID
gpg> trust
Your decision? 5
Do you really want to set this key to ultimate trust? (y/N) y
gpg> quit
```
2024-02-11 23:37:31 +00:00
The public key URL can also be added to YubiKey (based on [Shaw 2003 ](https://datatracker.ietf.org/doc/html/draft-shaw-openpgp-hkp-00 )):
2023-06-29 01:35:30 +00:00
2024-02-11 20:36:47 +00:00
```console
[[ ! "$KEYID" =~ ^"0x" ]] & & KEYID="0x${KEYID}"
URL="hkps://keyserver.ubuntu.com:443/pks/lookup?op=get& search=${KEYID}"
```
2023-06-29 01:35:30 +00:00
2024-02-12 05:09:11 +00:00
Edit YubiKey with `gpg --edit-card` and the Admin PIN:
2023-06-29 04:24:25 +00:00
2024-02-11 20:36:47 +00:00
```console
gpg/card> admin
2024-02-12 05:09:11 +00:00
2024-02-11 20:36:47 +00:00
gpg/card> url
2024-02-12 05:09:11 +00:00
URL to retrieve public key: hkps://keyserver.ubuntu.com:443/pks/lookup?op=get& search=0xFF00000000000000
2024-02-11 20:36:47 +00:00
gpg/card> quit
```
2023-06-29 04:24:25 +00:00
2024-02-12 05:09:11 +00:00
With the URL on YubiKey, retrieve the public key:
2023-06-29 01:35:30 +00:00
2024-02-11 20:36:47 +00:00
```console
gpg/card> fetch
gpg/card> quit
```
2024-02-11 21:56:32 +00:00
# Finish
Before completing setup, verify the following:
2016-02-01 01:58:24 +00:00
2024-02-11 23:37:31 +00:00
- [ ] Saved encryption, signing and authentication Subkeys to YubiKey (`gpg -K` will show `ssb>` for Subkeys)
2024-02-11 21:56:32 +00:00
- [ ] Saved YubiKey user and admin PINs, which are unique and were changed from default values
- [ ] Saved Certify key passphrase to a secure and durable location
- [ ] Saved Certify key, Subkeys and revocation certificate on encrypted portable storage, to be kept offline
2024-02-12 01:43:45 +00:00
- [ ] Saved passphrase to encrypted volume on portable storage
2024-02-11 21:56:32 +00:00
- [ ] Saved copy of public key where is can be easily accessed later
2016-02-01 01:58:24 +00:00
2024-02-11 21:56:32 +00:00
Reboot to finish.
2016-02-01 01:58:24 +00:00
2024-02-11 21:56:32 +00:00
If an ephemeral environment was not used for setup, delete secret keys from the keyring and [securely delete ](https://srm.sourceforge.net/ ) `$GNUPGHOME` .
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --delete-secret-key $KEYID
2020-09-01 12:20:32 +00:00
2024-02-11 20:36:47 +00:00
sudo srm -r $GNUPGHOME || sudo rm -rf $GNUPGHOME
2022-11-21 21:53:50 +00:00
2024-02-11 20:36:47 +00:00
unset GNUPGHOME
2018-09-10 00:42:45 +00:00
```
2016-02-01 01:58:24 +00:00
2018-09-10 00:42:45 +00:00
# Using keys
2016-02-01 01:58:24 +00:00
2024-02-11 23:37:31 +00:00
Initialize GnuPG:
2024-02-10 03:11:33 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg -k
2024-02-10 03:11:33 +00:00
```
2024-02-11 20:36:47 +00:00
Change the working directory:
2024-02-10 03:11:33 +00:00
```console
2024-02-11 20:36:47 +00:00
cd ~/.gnupg
2024-02-10 03:11:33 +00:00
```
2019-01-18 06:13:24 +00:00
Download [drduh/config/gpg.conf ](https://github.com/drduh/config/blob/master/gpg.conf ):
2018-06-05 05:01:38 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
wget https://raw.githubusercontent.com/drduh/config/master/gpg.conf
2018-06-05 05:01:38 +00:00
2024-02-11 20:36:47 +00:00
chmod 600 gpg.conf
2018-09-10 00:42:45 +00:00
```
2016-05-25 02:25:07 +00:00
2024-02-10 03:11:33 +00:00
Set the following option. This avoids the problem where GnuPG will prompt, repeatedly, for the insertion of an already-inserted YubiKey:
```console
2024-02-11 20:36:47 +00:00
touch scdaemon.conf
echo "disable-ccid" >>scdaemon.conf
2024-02-10 03:11:33 +00:00
```
2024-02-11 21:56:32 +00:00
> The `disable-ccid` option is only required for GnuPG versions 2.3 or later. However, setting this option does not appear to interfere with the operation of earlier versions of GnuPG so it is recommended for all installations.
2024-02-10 03:11:33 +00:00
2019-05-19 01:53:42 +00:00
Install the required packages and mount the non-encrypted volume created earlier:
2016-05-25 02:25:07 +00:00
2019-05-19 01:53:42 +00:00
**Linux**
2016-05-25 02:25:07 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 21:56:32 +00:00
sudo apt update
sudo apt install -y gnupg2 gnupg-agent gnupg-curl scdaemon pcscd
2019-05-19 01:53:42 +00:00
2024-02-11 20:36:47 +00:00
sudo mount /dev/mmcblk0p2 /mnt
2019-05-19 01:53:42 +00:00
```
2019-08-29 19:21:55 +00:00
2019-05-19 01:53:42 +00:00
**OpenBSD**
```console
2024-02-11 20:36:47 +00:00
doas pkg_add gnupg pcsc-tools
2016-02-01 01:58:24 +00:00
2024-02-11 20:36:47 +00:00
doas mount /dev/sd2b /mnt
2019-05-19 01:53:42 +00:00
```
2019-12-30 23:22:39 +00:00
Import the public key file:
2019-05-19 01:53:42 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --import /mnt/gpg-0x*.asc
2018-09-10 00:42:45 +00:00
```
2018-06-05 05:01:38 +00:00
2019-05-19 01:53:42 +00:00
Or download the public key from a keyserver:
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --recv $KEYID
2018-09-10 00:42:45 +00:00
```
2018-06-05 05:01:38 +00:00
2024-02-11 20:36:47 +00:00
Edit the Certify key:
2016-05-25 02:25:07 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-12 05:09:11 +00:00
export KEYID=0xF0F2CFEB04341FB5
2018-09-10 00:42:45 +00:00
2024-02-11 20:36:47 +00:00
gpg --edit-key $KEYID
```
Assign ultimate trust by selecting `trust` and `5` :
2018-09-10 00:42:45 +00:00
2024-02-11 20:36:47 +00:00
```console
2018-09-10 00:42:45 +00:00
gpg> trust
Your decision? 5
Do you really want to set this key to ultimate trust? (y/N) y
2019-05-19 00:47:13 +00:00
gpg> quit
2018-09-10 00:42:45 +00:00
```
2016-05-25 02:25:07 +00:00
2024-02-12 05:09:11 +00:00
Remove and re-insert YubiKey.
Verify the status with `gpg --card-status` which should be similar to:
2018-02-26 09:33:42 +00:00
2019-01-18 06:13:24 +00:00
```console
2019-12-30 23:22:39 +00:00
Reader ...........: Yubico YubiKey OTP FIDO CCID 00 00
2018-09-10 00:42:45 +00:00
Application ID ...: D2760001240102010006055532110000
2024-02-12 05:09:11 +00:00
Application type .: OpenPGP
2019-12-30 23:22:39 +00:00
Version ..........: 3.4
2018-09-10 00:42:45 +00:00
Manufacturer .....: Yubico
Serial number ....: 05553211
2024-02-12 05:09:11 +00:00
Name of cardholder: YubiKey User
2018-09-10 00:42:45 +00:00
Language prefs ...: en
2024-02-12 05:09:11 +00:00
Salutation .......:
2018-09-10 00:42:45 +00:00
URL of public key : [not set]
2024-02-12 05:09:11 +00:00
Login data .......: yubikey@example
2018-09-10 00:42:45 +00:00
Signature PIN ....: not forced
2019-12-30 23:22:39 +00:00
Key attributes ...: rsa4096 rsa4096 rsa4096
2018-09-10 00:42:45 +00:00
Max. PIN lengths .: 127 127 127
PIN retry counter : 3 3 3
Signature counter : 0
2021-09-07 03:29:32 +00:00
KDF setting ......: on
2024-02-12 05:09:11 +00:00
Signature key ....: CF5A 305B 808B 7A0F 230D A064 B3CD 10E5 02E1 9637
created ....: 2024-01-01 12:00:00
Encryption key....: A5FA A005 5BED 4DC9 889D 38BC 30CB E8C4 B085 B9F7
created ....: 2024-01-01 12:00:00
Authentication key: 570E 1355 6D01 4C04 8B6D E2A3 AD9E 24E1 B8CB 9600
created ....: 2024-01-01 12:00:00
General key info..: sub rsa4096/0xB3CD10E502E19637 2024-01-01 YubiKey User < yubikey @ example >
sec# rsa4096/0xF0F2CFEB04341FB5 created: 2024-01-01 expires: never
ssb> rsa4096/0xB3CD10E502E19637 created: 2024-01-01 expires: 2026-01-01
card-no: 0006 05553211
ssb> rsa4096/0x30CBE8C4B085B9F7 created: 2024-01-01 expires: 2026-01-01
card-no: 0006 05553211
ssb> rsa4096/0xAD9E24E1B8CB9600 created: 2024-01-01 expires: 2026-01-01
card-no: 0006 05553211
2018-09-10 00:42:45 +00:00
```
2016-05-25 02:25:07 +00:00
2024-02-11 20:36:47 +00:00
`sec#` indicates the corresponding key is not available.
2016-05-25 02:25:07 +00:00
2018-09-10 00:42:45 +00:00
**Note** If you see `General key info..: [none]` in the output instead - go back and import the public key using the previous step.
2016-05-25 02:25:07 +00:00
2024-02-12 01:43:45 +00:00
Encrypt a message to yourself (useful for storing credentials):
2016-05-25 02:25:07 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
echo "test message string" | gpg --encrypt --armor --recipient $KEYID -o encrypted.txt
2018-09-10 00:42:45 +00:00
```
2016-05-25 02:25:07 +00:00
2024-02-11 23:37:31 +00:00
To encrypt to multiple recipients or keys (the preferred key ID should be last):
2016-09-21 22:00:27 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
echo "test message string" | \
2024-02-11 23:37:31 +00:00
gpg --encrypt --armor \
--recipient $KEYID_0 --recipient $KEYID_1 --recipient $KEYID_2 \
-o encrypted.txt
2018-09-10 00:42:45 +00:00
```
2019-01-18 06:13:24 +00:00
2019-05-19 00:47:13 +00:00
Decrypt the message:
2019-01-18 06:13:24 +00:00
```console
2019-05-19 19:35:02 +00:00
$ gpg --decrypt --armor encrypted.txt
2019-05-19 00:47:13 +00:00
gpg: anonymous recipient; trying secret key 0x0000000000000000 ...
gpg: okay, we are the anonymous recipient.
gpg: encrypted with RSA key, ID 0x0000000000000000
2018-09-10 00:42:45 +00:00
test message string
```
2016-09-21 22:00:27 +00:00
2019-05-19 00:47:13 +00:00
Sign a message:
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
echo "test message string" | gpg --armor --clearsign > signed.txt
2018-09-10 00:42:45 +00:00
```
2016-05-25 02:25:07 +00:00
2019-05-19 00:47:13 +00:00
Verify the signature:
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2019-05-19 00:47:13 +00:00
$ gpg --verify signed.txt
2024-02-12 05:09:11 +00:00
gpg: Signature made Mon 01 Jan 2024 12:00:00 PM PST
gpg: using RSA key CF5A305B808B7A0F230DA064B3CD10E502E19637
gpg: Good signature from "YubiKey User < yubikey @ example > " [ultimate]
Primary key fingerprint: 4E2C 1FA3 372C BA96 A06A C34A F0F2 CFEB 0434 1FB5
Subkey fingerprint: CF5A 305B 808B 7A0F 230D A064 B3CD 10E5 02E1 9637
2018-09-10 00:42:45 +00:00
```
2016-02-01 01:58:24 +00:00
2020-02-12 17:38:36 +00:00
Use a [shell function ](https://github.com/drduh/config/blob/master/zshrc ) to make encrypting files easier:
```
secret () {
output=~/"${1}".$(date +%s).enc
gpg --encrypt --armor --output ${output} -r 0x0000 -r 0x0001 -r 0x0002 "${1}" & & echo "${1} -> ${output}"
}
reveal () {
output=$(echo "${1}" | rev | cut -c16- | rev)
gpg --decrypt --output ${output} "${1}" & & echo "${1} -> ${output}"
}
```
```console
$ secret document.pdf
document.pdf -> document.pdf.1580000000.enc
$ reveal document.pdf.1580000000.enc
2024-02-12 05:09:11 +00:00
gpg: anonymous recipient; trying secret key 0xF0F2CFEB04341FB5 ...
2020-02-12 17:38:36 +00:00
gpg: okay, we are the anonymous recipient.
gpg: encrypted with RSA key, ID 0x0000000000000000
document.pdf.1580000000.enc -> document.pdf
```
2019-05-25 19:20:07 +00:00
# Rotating keys
2024-02-12 01:43:45 +00:00
PGP does not provide [forward secrecy ](https://en.wikipedia.org/wiki/Forward_secrecy ) - a compromised key may be used to decrypt all past messages. Although keys stored on YubiKey are difficult to exploit, it is not impossible; the key and PIN could be physically compromised, or a vulnerability may be discovered in firmware or in the random number generator used to create keys, for example. Therefore, it is good practice to rotate Subkeys periodically.
2019-05-25 19:20:07 +00:00
2024-02-11 21:56:32 +00:00
When a Subkey expires, it can either be renewed or replaced. Both actions require access to the Certify key.
2019-05-25 19:20:07 +00:00
2024-02-11 21:56:32 +00:00
- Renewing Subkeys by updating expiration dates indicates you are still in possession of the Certify key and is more convenient.
2019-05-25 19:20:07 +00:00
2024-02-11 23:37:31 +00:00
- Replacing Subkeys is less convenient but potentially more secure: the new Subkeys will **not** be able to decrypt previous messages, authenticate with SSH, etc. Contacts will need to receive the updated public key and any encrypted secrets need to be decrypted and re-encrypted to new Subkeys to be usable. This process is functionally equivalent to losing the YubiKey and provisioning a new one.
2024-02-11 21:56:32 +00:00
2024-02-11 23:37:31 +00:00
Neither rotation method is superior and it is up to personal philosophy on identity management and individual threat modeling to decide which one to use, or whether to expire Subkeys at all. Ideally, Subkeys would be ephemeral: used only once for each unique encryption, signing and authentication event, however in practice that is not really practical nor worthwhile with YubiKey. Advanced users may dedicate an air-gapped machine for frequent credential rotation.
2019-05-25 19:20:07 +00:00
2020-05-03 21:07:35 +00:00
## Setup environment
2020-03-24 16:42:42 +00:00
2024-02-11 20:36:47 +00:00
To renew or rotate Subkeys, follow the same process as generating keys: boot to a secure environment, install required software and disconnect networking.
2020-05-03 20:45:58 +00:00
2024-02-11 20:36:47 +00:00
Connect the portable storage device with the Certify key and identify the disk label:
2020-05-03 20:45:58 +00:00
```console
$ sudo dmesg | tail
mmc0: new high speed SDHC card at address a001
mmcblk0: mmc0:a001 SS16G 14.8 GiB (ro)
mmcblk0: p1 p2
```
2024-02-11 21:56:32 +00:00
Decrypt and mount the encrypted volume:
2020-05-03 20:45:58 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo cryptsetup luksOpen /dev/mmcblk0p1 secret
2020-05-03 21:18:29 +00:00
2024-02-11 20:36:47 +00:00
sudo mount /dev/mapper/secret /mnt/encrypted-storage
2020-05-03 20:45:58 +00:00
```
2024-02-11 20:36:47 +00:00
Import the Certify key and configuration to a temporary working directory.
Note that Windows users should import certify.gpg:
2019-05-25 19:20:07 +00:00
```console
2024-02-11 20:36:47 +00:00
export GNUPGHOME=$(mktemp -d -t gnupg_$(date +%Y%m%d%H%M)_XXX)
2019-05-25 19:20:07 +00:00
2024-02-11 20:36:47 +00:00
gpg --import /mnt/encrypted-storage/tmp.XXX/certify.key
2019-05-25 19:20:07 +00:00
2024-02-11 20:36:47 +00:00
cp -v /mnt/encrypted-storage/tmp.XXX/gpg.conf $GNUPGHOME
2019-05-25 19:20:07 +00:00
```
2024-02-11 20:36:47 +00:00
Edit the Certify key:
2019-05-25 19:20:07 +00:00
```console
2024-02-12 05:09:11 +00:00
export KEYID=0xF0F2CFEB04341FB5
2019-05-25 19:20:07 +00:00
2024-02-11 20:36:47 +00:00
gpg --expert --edit-key $KEYID
2019-05-25 19:20:07 +00:00
```
2024-02-11 20:36:47 +00:00
## Renewing Subkeys
2020-03-24 16:42:42 +00:00
2024-02-11 23:37:31 +00:00
To renew Subkeys, the expiry time associated with the corresponding public key will need to be updated, which will require access to the Certify key.
2020-03-24 16:42:42 +00:00
2024-02-12 05:09:11 +00:00
Start by editing the identity:
2020-03-24 16:42:42 +00:00
```console
2024-02-12 05:09:11 +00:00
gpg --edit-key $KEYID
```
2020-03-24 16:42:42 +00:00
2024-02-12 05:09:11 +00:00
Select all expired keys:
2020-03-24 16:42:42 +00:00
2024-02-12 05:09:11 +00:00
```console
2020-03-24 16:42:42 +00:00
gpg> key 1
gpg> key 2
gpg> key 3
```
2024-02-11 23:37:31 +00:00
Use `expire` to configure the expiration date. This will **not** expire valid keys.
2020-03-24 16:42:42 +00:00
2024-02-11 23:37:31 +00:00
Follow the prompt to set the expiration date, then `save`
2020-03-24 16:42:42 +00:00
2024-02-11 23:37:31 +00:00
Next, [Export public keys ](#export-public-keys ):
2020-03-24 16:42:42 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --armor --export $KEYID > gpg-$KEYID-$(date +%F).asc
2020-03-24 16:42:42 +00:00
```
2024-02-11 23:37:31 +00:00
Transfer the public key to the destination host, and then import it:
2020-03-24 16:42:42 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --import gpg-0x*.asc
2020-03-24 16:42:42 +00:00
```
2024-02-11 23:37:31 +00:00
Alternatively, publish to a public key server to update the expiration:
2023-06-26 09:19:08 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --send-key $KEYID
2023-08-14 08:19:42 +00:00
```
2023-06-26 09:19:08 +00:00
2024-02-11 23:37:31 +00:00
Download the public key with updated expiration:
2023-06-26 09:19:08 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --recv $KEYID
2023-06-26 09:19:08 +00:00
```
2024-02-12 01:43:45 +00:00
The validity of the GnuPG identity will be extended, allowing it to be used again for encryption, signing and authentication operations. The SSH public key does **not** need to be updated on remote hosts.
2020-03-24 16:42:42 +00:00
2020-05-03 21:07:35 +00:00
## Rotating keys
2020-03-24 16:42:42 +00:00
2024-02-11 20:36:47 +00:00
Follow the original steps to generate and add each Subkey.
Previous Subkeys may be kept or deleted from the identity.
2019-05-25 19:20:07 +00:00
Finish by exporting new keys:
```console
2024-02-11 20:36:47 +00:00
gpg --armor --export-secret-keys $KEYID > $GNUPGHOME/certify.key
2019-05-25 19:20:07 +00:00
2024-02-11 20:36:47 +00:00
gpg --armor --export-secret-subkeys $KEYID > $GNUPGHOME/subkeys.key
2019-05-25 19:20:07 +00:00
```
2024-02-11 20:36:47 +00:00
Copy the **new** temporary working directory to encrypted storage, which should still be mounted:
2019-05-25 19:20:07 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo cp -avi $GNUPGHOME /mnt/encrypted-storage
2019-05-25 19:20:07 +00:00
```
2024-02-11 20:36:47 +00:00
There should now be at least two versions of the Certify and Subkeys:
2019-05-25 19:20:07 +00:00
```console
2020-05-03 21:18:29 +00:00
$ ls /mnt/encrypted-storage
2019-05-25 19:20:07 +00:00
lost+found tmp.ykhTOGjR36 tmp.2gyGnyCiHs
```
Unmount and close the encrypted volume:
```console
2024-02-11 20:36:47 +00:00
sudo umount /mnt/encrypted-storage
2019-05-25 19:20:07 +00:00
2024-02-11 20:36:47 +00:00
sudo cryptsetup luksClose /dev/mapper/secret
2019-05-25 19:20:07 +00:00
```
Export the updated public key:
```console
2024-02-11 20:36:47 +00:00
sudo mkdir /mnt/public
2019-05-25 19:20:07 +00:00
2024-02-11 20:36:47 +00:00
sudo mount /dev/mmcblk0p2 /mnt/public
2019-05-25 19:20:07 +00:00
2024-02-11 20:36:47 +00:00
gpg --armor --export $KEYID | sudo tee /mnt/public/$KEYID-$(date +%F).asc
2019-05-25 19:20:07 +00:00
2024-02-11 20:36:47 +00:00
sudo umount /mnt/public
2019-05-25 19:20:07 +00:00
```
2024-02-12 01:43:45 +00:00
Disconnect the storage device and follow the original steps to transfer new Subkeys (4, 5 and 6) to YubiKey, replacing existing ones. Reboot or securely erase the GnuPG temporary working directory.
2019-05-25 19:20:07 +00:00
2020-08-13 21:45:18 +00:00
# Adding notations
2024-02-11 20:36:47 +00:00
Notations can be added to user ID(s) and can be used in conjunction with [Keyoxide ](https://keyoxide.org ) to create [OpenPGP identity proofs ](https://docs.keyoxide.org/wiki/identity-proof-formats/ ).
2020-08-13 21:45:18 +00:00
2024-02-12 01:43:45 +00:00
Adding notations requires access to the Certify key.
2020-08-13 22:06:37 +00:00
2024-02-12 01:43:45 +00:00
After configuring the environment, follow any of the guides listed under "Adding proofs" in the Keyoxide ["Guides" ](https://keyoxide.org/guides/ ) page up until the notation is saved using the `save` command.
2020-08-13 21:45:18 +00:00
2024-02-12 01:43:45 +00:00
Export the public key:
2020-08-13 21:45:18 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --export $KEYID > pubkey.asc
2020-08-13 21:45:18 +00:00
```
2024-02-12 01:43:45 +00:00
Transfer the public key and import it:
2020-08-13 21:45:18 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --import pubkey.asc
2020-08-13 21:45:18 +00:00
```
2024-02-12 01:43:45 +00:00
Use `showpref` to verify notions were correctly added.
2020-08-13 21:45:18 +00:00
2018-09-10 00:42:45 +00:00
# SSH
2018-07-18 08:03:06 +00:00
2024-02-12 05:09:11 +00:00
**Tip** YubiKey can be used directly for SSH only, without GnuPG features, starting in [OpenSSH v8.2 ](https://www.openssh.com/txt/release-8.2 ). For more information, see [ed25519-sk.md ](https://github.com/vorburger/vorburger.ch-Notes/blob/develop/security/ed25519-sk.md ) and [Yubico - GitHub now supports SSH security keys ](https://www.yubico.com/blog/github-now-supports-ssh-security-keys/ ).
2021-05-01 14:20:32 +00:00
2024-02-12 01:43:45 +00:00
[gpg-agent ](https://wiki.archlinux.org/title/GnuPG#SSH_agent ) supports the OpenSSH ssh-agent protocol (`enable-ssh-support`) as well as PuTTy's Pageant on Windows (`enable-putty-support`). This means it can be used instead of the traditional ssh-agent / pageant. There are some differences from ssh-agent, notably that gpg-agent does not _cache_ keys rather it converts, encrypts and stores them persistently as keys, then makes them available to ssh clients. Any existing ssh private keys should be deleted after importing to GnuPG agent.
2018-07-18 08:03:06 +00:00
2024-02-12 01:43:45 +00:00
When importing the key to `gpg-agent` , a passphrase will be required to encrypt within the key store. GnuPG can cache both passphrases with `cache-ttl` options. Note than when removing the old private key after importing to `gpg-agent` , keep the `.pub` key file around for use in specifying ssh identities (e.g. `ssh -i /path/to/identity.pub` ).
2018-07-18 08:22:11 +00:00
Probably the biggest thing missing from `gpg-agent` 's ssh agent support is being able to remove keys. `ssh-add -d/-D` have no effect. Instead, you need to use the `gpg-connect-agent` utility to lookup a key's keygrip, match that with the desired ssh key fingerprint (as an MD5) and then delete that keygrip. The [gnupg-users mailing list ](https://lists.gnupg.org/pipermail/gnupg-users/2016-August/056499.html ) has more information.
2018-07-18 08:03:06 +00:00
2018-09-10 00:42:45 +00:00
## Create configuration
2019-01-18 06:13:24 +00:00
Create a hardened configuration for gpg-agent by downloading [drduh/config/gpg-agent.conf ](https://github.com/drduh/config/blob/master/gpg-agent.conf ):
2016-02-01 01:58:24 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
cd ~/.gnupg
2019-06-02 17:32:16 +00:00
2024-02-11 20:36:47 +00:00
wget https://raw.githubusercontent.com/drduh/config/master/gpg-agent.conf
2018-09-10 00:42:45 +00:00
```
2016-02-01 01:58:24 +00:00
2024-02-12 01:43:45 +00:00
**Important** The `cache-ttl` options do **not** apply when using YubiKey as a smart card, because the PIN is [cached by the smart card itself ](https://dev.gnupg.org/T3362 ). To clear the PIN from cache (equivalent to `default-cache-ttl` and `max-cache-ttl` ), unplug YubiKey, or set `forcesig` when editing the card to be prompted for the PIN each time.
2019-10-19 18:05:49 +00:00
2019-11-20 01:24:57 +00:00
**Tip** Set `pinentry-program /usr/bin/pinentry-gnome3` for a GUI-based prompt. If the _pinentry_ graphical dialog doesn't show and you get this error: `sign_and_send_pubkey: signing failed: agent refused operation` , you may need to install the `dbus-user-session` package and restart the computer for the `dbus` user session to be fully inherited; this is because behind the scenes, `pinentry` complains about `No $DBUS_SESSION_BUS_ADDRESS found` , falls back to `curses` but doesn't find the expected `tty` .
2019-05-25 19:20:07 +00:00
2023-02-16 19:59:04 +00:00
On macOS, use `brew install pinentry-mac` and set the program path to `pinentry-program /usr/local/bin/pinentry-mac` for Intel Macs, `/opt/homebrew/bin/pinentry-mac` for ARM/Apple Silicon Macs or `pinentry-program /usr/local/MacGPG2/libexec/pinentry-mac.app/Contents/MacOS/pinentry-mac` if using MacGPG Suite. For the configuration to take effect you have to run `gpgconf --kill gpg-agent` .
2016-09-16 22:47:39 +00:00
2018-09-10 00:42:45 +00:00
## Replace agents
2016-02-01 01:58:24 +00:00
2018-09-10 00:42:45 +00:00
To launch `gpg-agent` for use by SSH, use the `gpg-connect-agent /bye` or `gpgconf --launch gpg-agent` commands.
2017-10-09 14:53:19 +00:00
2024-02-12 01:43:45 +00:00
Add the following to the shell rc file:
2017-10-09 14:53:19 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
export GPG_TTY="$(tty)"
2019-01-18 06:13:24 +00:00
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
2019-08-12 19:46:11 +00:00
gpg-connect-agent updatestartuptty /bye > /dev/null
2018-09-10 00:42:45 +00:00
```
2018-06-05 05:01:38 +00:00
2019-12-30 23:22:39 +00:00
On modern systems, `gpgconf --list-dirs agent-ssh-socket` will automatically set `SSH_AUTH_SOCK` to the correct value and is better than hard-coding to `run/user/$UID/gnupg/S.gpg-agent.ssh` , if available:
2017-12-21 22:42:54 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
export GPG_TTY="$(tty)"
2019-01-18 06:13:24 +00:00
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
2018-06-16 20:57:52 +00:00
```
2018-06-05 05:01:38 +00:00
2024-02-11 23:37:31 +00:00
For fish, `config.fish` should look like this (consider putting them into the `is-interactive` block):
2024-02-11 20:36:47 +00:00
2021-01-10 13:57:54 +00:00
```fish
set -x GPG_TTY (tty)
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
```
2024-02-12 01:43:45 +00:00
When using `ForwardAgent` for ssh-agent forwarding, `SSH_AUTH_SOCK` only needs to be set on the *local* host, where YubiKey is connected. On the *remote* host, `ssh` will set `SSH_AUTH_SOCK` to something like `/tmp/ssh-mXzCzYT2Np/agent.7541` upon connection. Do **not** set `SSH_AUTH_SOCK` on the remote host - doing so will break [SSH Agent Forwarding ](#remote-machines-ssh-agent-forwarding ).
2019-09-16 21:59:50 +00:00
2020-12-02 17:01:36 +00:00
If you use `S.gpg-agent.ssh` (see [SSH Agent Forwarding ](#remote-machines-ssh-agent-forwarding ) for more info), `SSH_AUTH_SOCK` should also be set on the *remote* . However, `GPG_TTY` should not be set on the *remote* , explanation specified in that section.
2019-09-16 21:59:50 +00:00
2018-09-10 00:42:45 +00:00
## Copy public key
2016-02-01 01:58:24 +00:00
2024-02-12 01:43:45 +00:00
**Note** It is **not** necessary to import the GnuPG public key in order to use SSH.
2018-11-01 21:11:52 +00:00
2018-09-10 00:42:45 +00:00
Copy and paste the output from `ssh-add` to the server's `authorized_keys` file:
2016-05-25 02:25:07 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-06-16 20:57:52 +00:00
$ ssh-add -L
ssh-rsa AAAAB4NzaC1yc2EAAAADAQABAAACAz[...]zreOKM+HwpkHzcy9DQcVG2Nw== cardno:000605553211
```
2018-06-05 05:01:38 +00:00
2018-09-10 00:42:45 +00:00
## (Optional) Save public key for identity file configuration
2018-03-14 18:50:04 +00:00
2019-01-20 18:48:59 +00:00
By default, SSH attempts to use all the identities available via the agent. It's often a good idea to manage exactly which keys SSH will use to connect to a server, for example to separate different roles or [to avoid being fingerprinted by untrusted ssh servers ](https://blog.filippo.io/ssh-whoami-filippo-io/ ). To do this you'll need to use the command line argument `-i [identity_file]` or the `IdentityFile` and `IdentitiesOnly` options in `.ssh/config` .
2018-03-14 18:50:04 +00:00
2024-02-12 01:43:45 +00:00
The argument provided to `IdentityFile` is traditionally the path to the _private_ key file (for example `IdentityFile ~/.ssh/id_rsa` ). For YubiKey, `IdentityFile` must point to the _public_ key file, and `ssh` will select the appropriate private key from those available via ssh-agent. To prevent `ssh` from trying all keys in the agent, use `IdentitiesOnly yes` along with one or more `-i` or `IdentityFile` options for the target host.
2018-07-19 02:49:22 +00:00
2024-02-12 01:43:45 +00:00
To reiterate, with `IdentitiesOnly yes` , `ssh` will not enumerate public keys loaded into `ssh-agent` or `gpg-agent` . This means `publickey` authentication will not proceed unless explicitly named by `ssh -i [identity_file]` or in `.ssh/config` on a per-host basis.
2018-07-19 02:49:22 +00:00
2018-09-10 00:42:45 +00:00
In the case of YubiKey usage, to extract the public key from the ssh agent:
2018-03-14 18:50:04 +00:00
2019-01-18 06:13:24 +00:00
```console
2024-02-11 20:36:47 +00:00
ssh-add -L | grep "cardno:000605553211" > ~/.ssh/id_rsa_yubikey.pub
2018-09-10 00:42:45 +00:00
```
2018-03-14 18:50:04 +00:00
2018-12-07 08:37:10 +00:00
Then you can explicitly associate this YubiKey-stored key for used with a host, `github.com` for example, as follows:
2018-03-14 18:50:04 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
$ cat < < EOF > > ~/.ssh/config
Host github.com
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa_yubikey.pub
EOF
```
2017-12-18 03:04:13 +00:00
2018-09-10 00:42:45 +00:00
## Connect with public key authentication
2018-07-18 08:03:06 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
$ ssh git@github.com -vvv
[...]
debug2: key: cardno:000605553211 (0x1234567890),
debug1: Authentications that can continue: publickey
debug3: start over, passed a different list publickey
debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: cardno:000605553211
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Server accepts key: pkalg ssh-rsa blen 535
debug2: input_userauth_pk_ok: fp e5:de:a5:74:b1:3e:96:9b:85:46:e7:28:53:b4:82:c3
debug3: sign_and_send_pubkey: RSA e5:de:a5:74:b1:3e:96:9b:85:46:e7:28:53:b4:82:c3
debug1: Authentication succeeded (publickey).
[...]
```
2018-07-18 08:03:06 +00:00
2024-02-12 01:43:45 +00:00
**Tip** To make multiple connections or securely transfer many files, use the [ControlMaster ](https://en.wikibooks.org/wiki/OpenSSH/Cookbook/Multiplexing ) ssh option.
2018-07-18 08:03:06 +00:00
2018-09-10 00:42:45 +00:00
## Import SSH keys
2018-06-05 05:01:38 +00:00
2024-02-11 20:36:47 +00:00
If there are existing SSH keys to make available via `gpg-agent` , they will need to be imported. Then, remove the original private keys. When importing the key, `gpg-agent` uses the key filename as the label - this makes it easier to follow where the key originated from. In this example, we're starting with just the YubiKey in place and importing `~/.ssh/id_rsa` :
2018-06-05 05:01:38 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
$ ssh-add -l
4096 SHA256:... cardno:00060123456 (RSA)
2018-06-05 05:01:38 +00:00
2018-09-10 00:42:45 +00:00
$ ssh-add ~/.ssh/id_rsa & & rm ~/.ssh/id_rsa
```
2018-06-05 05:01:38 +00:00
2024-02-12 01:43:45 +00:00
When invoking `ssh-add` , a prompt for the SSH key passphrase will appear, then the `pinentry` program will prompt and confirm a new passphrase to encrypt the converted key within the GnuPG key store.
2018-06-05 05:01:38 +00:00
2019-12-30 23:22:39 +00:00
The migrated key will be listed in `ssh-add -l` :
2018-06-05 05:01:38 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
$ ssh-add -l
4096 SHA256:... cardno:00060123456 (RSA)
2048 SHA256:... /Users/username/.ssh/id_rsa (RSA)
```
2018-06-05 05:01:38 +00:00
2024-02-11 21:56:32 +00:00
To show the keys with MD5 fingerprints, as used by `gpg-connect-agent` 's `KEYINFO` and `DELETE_KEY` commands:
2018-06-05 05:01:38 +00:00
2019-01-18 06:13:24 +00:00
```console
2018-09-10 00:42:45 +00:00
$ ssh-add -E md5 -l
4096 MD5:... cardno:00060123456 (RSA)
2048 MD5:... /Users/username/.ssh/id_rsa (RSA)
```
2018-06-05 05:01:38 +00:00
2024-02-11 21:56:32 +00:00
When using the key `pinentry` will be invoked to request the key passphrase. The passphrase will be cached for up to 10 idle minutes between uses, up to a maximum of 2 hours.
2018-06-05 05:01:38 +00:00
2020-12-02 16:13:15 +00:00
## Remote Machines (SSH Agent Forwarding)
2019-08-29 19:21:55 +00:00
**Note** SSH Agent Forwarding can [add additional risk ](https://matrix.org/blog/2019/05/08/post-mortem-and-remediations-for-apr-11-security-incident/#ssh-agent-forwarding-should-be-disabled ) - proceed with caution!
2019-01-07 22:00:27 +00:00
2020-12-02 16:52:43 +00:00
There are two methods for ssh-agent forwarding, one is provided by OpenSSH and the other is provided by GnuPG.
2019-01-07 22:00:27 +00:00
2020-12-02 16:52:43 +00:00
The latter one may be more insecure as raw socket is just forwarded (not like `S.gpg-agent.extra` with only limited functionality; if `ForwardAgent` implemented by OpenSSH is just forwarding the raw socket, then they are insecure to the same degree). But for the latter one, one convenience is that one may forward once and use this agent everywhere in the remote. So again, proceed with caution!
2019-09-16 22:27:19 +00:00
2024-02-12 01:43:45 +00:00
For example, tmux does not have environment variables such as `$SSH_AUTH_SOCK` when connecting to remote hosts and attaching an existing session. For each shell, find the socket and `export SSH_AUTH_SOCK=/tmp/ssh-agent-xxx/xxxx.socket` . However, with `S.gpg-agent.ssh` in a fixed place, it can be used as the ssh-agent in shell rc files.
2019-09-16 22:27:19 +00:00
2020-12-02 16:13:15 +00:00
### Use ssh-agent
2019-09-16 22:27:19 +00:00
2020-12-02 16:52:43 +00:00
In the above steps, you have successfully configured a local ssh-agent.
2019-09-16 22:27:19 +00:00
2024-02-12 01:43:45 +00:00
You should now be able to use `ssh -A remote` on the _local_ host to log into _remote_ host, and should then be able to use YubiKey as if it were connected to the remote host. For example, using e.g. `ssh-add -l` on that remote host should show the public key from the YubiKey (note `cardno:` ). (If you don't want to have to remember to use `ssh -A` , you can use `ForwardAgent yes` in `~/.ssh/config` . As a security best practice, always use `ForwardAgent yes` only for a single `Hostname` , never for all servers.)
2019-09-16 22:27:19 +00:00
2020-12-02 16:13:15 +00:00
### Use S.gpg-agent.ssh
2019-01-07 22:00:27 +00:00
2020-12-02 16:52:43 +00:00
First you need to go through [Remote Machines (GPG Agent Forwarding) ](#remote-machines-gpg-agent-forwarding ), know the conditions for gpg-agent forwarding and know the location of `S.gpg-agent.ssh` on both the local and the remote.
2019-01-07 22:00:27 +00:00
2020-12-02 16:52:43 +00:00
You may use the command:
2019-01-07 22:00:27 +00:00
2019-01-18 06:13:24 +00:00
```console
2020-12-02 16:52:43 +00:00
$ gpgconf --list-dirs agent-ssh-socket
2019-01-07 22:00:27 +00:00
```
2024-02-11 21:56:32 +00:00
Edit `.ssh/config` to add the remote host:
2019-01-07 22:00:27 +00:00
2024-02-12 01:43:45 +00:00
```console
2019-02-02 17:38:40 +00:00
Host
2019-02-03 05:25:21 +00:00
Hostname remote-host.tld
2020-12-02 16:52:43 +00:00
StreamLocalBindUnlink yes
RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /run/user/1000/gnupg/S.gpg-agent.ssh
2019-01-07 22:00:27 +00:00
# RemoteForward [remote socket] [local socket]
2020-12-02 16:52:43 +00:00
# Note that ForwardAgent is not wanted here!
2019-01-07 22:00:27 +00:00
```
2024-02-11 23:37:31 +00:00
After successfully ssh into the remote host, confirm `/run/user/1000/gnupg/S.gpg-agent.ssh` exists.
2019-01-07 22:00:27 +00:00
2021-08-26 04:20:09 +00:00
Then in the *remote* you can type in command line or configure in the shell rc file with:
2020-12-02 16:52:43 +00:00
```console
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
2019-01-07 22:00:27 +00:00
```
2020-12-02 16:52:43 +00:00
2024-02-11 21:56:32 +00:00
After sourcing the shell rc file, `ssh-add -l` will return the correct public key.
2020-12-02 16:52:43 +00:00
**Note** In this process no gpg-agent in the remote is involved, hence `gpg-agent.conf` in the remote is of no use. Also pinentry is invoked locally.
2020-12-24 13:01:44 +00:00
### Chained SSH Agent Forwarding
If you use `ssh-agent` provided by OpenSSH and want to forward it into a *third* box, you can just `ssh -A third` on the *remote* .
Meanwhile, if you use `S.gpg-agent.ssh` , assume you have gone through the steps above and have `S.gpg-agent.ssh` on the *remote* , and you would like to forward this agent into a *third* box, first you may need to configure `sshd_config` and `SSH_AUTH_SOCK` of *third* in the same way as *remote* , then in the ssh config of *remote* , add the following lines
```console
Host third
Hostname third-host.tld
StreamLocalBindUnlink yes
RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /run/user/1000/gnupg/S.gpg-agent.ssh
# RemoteForward [remote socket] [local socket]
# Note that ForwardAgent is not wanted here!
2019-01-07 22:00:27 +00:00
```
2024-02-11 23:37:31 +00:00
The path must be set according to `gpgconf --list-dirs agent-ssh-socket` on *remote* and *third* hosts.
2019-05-19 19:35:02 +00:00
2018-09-10 00:42:45 +00:00
## GitHub
2018-06-05 05:01:38 +00:00
2024-02-11 21:56:32 +00:00
YubiKey can be used to sign commits and tags, and authenticate SSH to GitHub.
2018-06-05 05:01:38 +00:00
2024-02-11 21:56:32 +00:00
Manage SSH and PGP keys in [Settings ](https://github.com/settings/keys ).
2018-06-16 20:57:52 +00:00
2024-02-11 23:37:31 +00:00
Configure a signing key:
2018-06-05 05:01:38 +00:00
2024-02-11 21:56:32 +00:00
```console
git config --global user.signingkey $KEYID
```
2018-06-05 05:01:38 +00:00
2024-02-11 21:56:32 +00:00
The `user.email` option must match the email address associated with the PGP identity.
2018-06-05 05:01:38 +00:00
2024-02-11 23:37:31 +00:00
To sign commits or tags, use the `-S` option.
2018-06-16 20:57:52 +00:00
2019-04-30 19:03:19 +00:00
**Windows**
2024-02-11 23:37:31 +00:00
To configure authentication:
2018-06-05 05:01:38 +00:00
2022-12-26 18:50:22 +00:00
```console
git config --global core.sshcommand "plink -agent"
git config --global gpg.program 'C:\Program Files (x86)\GnuPG\bin\gpg.exe'
```
2018-06-05 05:01:38 +00:00
2024-02-11 23:37:31 +00:00
Update the repository URL to `git@github.com:USERNAME/repository` and any authenticated commands will be authorized by YubiKey.
2018-06-05 05:01:38 +00:00
2018-09-10 00:42:45 +00:00
**Note** If you encounter the error `gpg: signing failed: No secret key` - run `gpg --card-status` with YubiKey plugged in and try the git command again.
2018-06-05 05:01:38 +00:00
2018-09-10 00:42:45 +00:00
## OpenBSD
2018-06-05 05:01:38 +00:00
2019-04-30 19:03:19 +00:00
Install and enable tools for use with PC/SC drivers, cards, readers, then reboot to recognize YubiKey:
```console
2024-02-11 20:36:47 +00:00
doas pkg_add pcsc-tools
2019-04-30 19:03:19 +00:00
2024-02-11 20:36:47 +00:00
doas rcctl enable pcscd
2019-04-30 19:03:19 +00:00
2024-02-11 20:36:47 +00:00
doas reboot
2019-04-30 19:03:19 +00:00
```
2017-10-09 14:53:19 +00:00
2018-09-10 00:42:45 +00:00
## Windows
2017-10-09 14:53:19 +00:00
2024-02-12 01:43:45 +00:00
Windows can already have some virtual smart card readers installed, like the one provided for Windows Hello. To verify YubiKey is the correct one used by scdaemon, add it to its configuration.
2024-02-11 21:56:32 +00:00
2024-02-11 23:37:31 +00:00
Find the YubiKey label using PowerShell:
2020-10-31 10:15:51 +00:00
2024-02-11 23:37:31 +00:00
```powershell
2020-10-31 10:15:51 +00:00
PS C:\WINDOWS\system32> Get-PnpDevice -Class SoftwareDevice | Where-Object {$_.FriendlyName -like "*YubiKey*"} | Select-Object -ExpandProperty FriendlyName
Yubico YubiKey OTP+FIDO+CCID 0
2021-01-10 18:54:58 +00:00
```
2020-10-31 10:15:51 +00:00
2024-02-11 21:56:32 +00:00
See [How to setup Signed Git Commits with a YubiKey NEO and GPG and Keybase on Windows (2018) ](https://www.hanselman.com/blog/HowToSetupSignedGitCommitsWithAYubiKeyNEOAndGPGAndKeybaseOnWindows.aspx ) for more information.
2017-10-09 14:53:19 +00:00
2024-02-11 23:37:31 +00:00
Edit `%APPDATA%/gnupg/scdaemon.conf` to add:
2019-12-30 23:36:11 +00:00
2024-02-11 23:37:31 +00:00
```console
2024-02-11 20:36:47 +00:00
reader-port < device name , e . g . Yubico YubiKey OTP + FIDO + CCID 0 >
2019-12-30 23:36:11 +00:00
```
2024-02-11 23:37:31 +00:00
Edit `%APPDATA%/gnupg/gpg-agent.conf` to add:
2019-01-18 06:13:24 +00:00
2024-02-11 23:37:31 +00:00
```console
2018-12-04 14:03:00 +00:00
enable-ssh-support
enable-putty-support
2018-09-10 00:42:45 +00:00
```
2017-10-09 14:53:19 +00:00
2024-02-11 23:37:31 +00:00
Restart the agent:
2019-01-18 06:13:24 +00:00
2024-02-11 23:37:31 +00:00
```console
gpg-connect-agent killagent /bye
gpg-connect-agent /bye
2018-09-10 00:42:45 +00:00
```
2024-02-11 23:37:31 +00:00
Verify YubiKey details:
```console
gpg --card-status
2018-09-10 00:42:45 +00:00
```
2018-12-04 14:03:00 +00:00
2024-02-11 23:37:31 +00:00
Import the public key and set ultimate trust:
2019-01-18 06:13:24 +00:00
2024-02-11 23:37:31 +00:00
```console
gpg --import < path to public key file >
```
2024-02-12 01:43:45 +00:00
Retrieve the public key id:
2024-02-11 23:37:31 +00:00
```console
gpg --list-public-keys
```
Export the SSH public key:
2018-09-10 00:42:45 +00:00
2024-02-11 23:37:31 +00:00
```console
gpg --export-ssh-key < public key id >
```
Copy the public SSH key to a file - it corresponds to the secret key on YubiKey and can be copied to SSH destination hosts.
2018-04-29 21:50:06 +00:00
2024-02-11 23:37:31 +00:00
Create a shortcut that points to `gpg-connect-agent /bye` and place it in the startup folder `shell:startup` to make sure the agent starts after reboot. Modify the shortcut properties so it starts in a "Minimized" window.
2024-02-12 01:43:45 +00:00
PuTTY can now be used for public-key SSH authentication. When the server asks for public-key verification, PuTTY will forward the request to GnuPG, which will prompt for a PIN to authorize the operation.
2018-04-29 21:50:06 +00:00
2019-02-03 05:08:39 +00:00
### WSL
2019-01-18 06:13:24 +00:00
2024-02-12 01:43:45 +00:00
The goal is to configure SSH client inside WSL work together with the Windows agent, such as gpg-agent.exe.
2018-12-03 14:00:04 +00:00
![WSL agent architecture ](media/schema_gpg.png )
2018-12-28 04:26:37 +00:00
2024-02-12 01:43:45 +00:00
**Note** this works only for SSH agent forwarding. GnuPG forwarding for cryptographic operations is not supported. See [vuori/weasel-pageant ](https://github.com/vuori/weasel-pageant ) for more information.
2018-12-03 14:00:04 +00:00
2023-03-31 07:55:58 +00:00
#### Use ssh-agent or use S.weasel-pageant
2020-12-02 17:16:47 +00:00
2024-02-12 01:43:45 +00:00
One way to forward is just `ssh -A` (still need to eval weasel to setup local ssh-agent), and only relies on OpenSSH. In this track, `ForwardAgent` and `AllowAgentForwarding` in ssh/sshd config may be involved. However, when using ssh socket forwarding, do not enable `ForwardAgent` in ssh config. See [SSH Agent Forwarding ](#remote-machines-ssh-agent-forwarding ) for more information.
2020-12-02 17:16:47 +00:00
2019-02-03 05:08:39 +00:00
#### Prerequisites
2019-01-18 06:13:24 +00:00
2019-05-25 19:20:07 +00:00
* Ubuntu 16.04 or newer for WSL
2019-01-18 06:13:24 +00:00
* Kleopatra
* [Windows configuration ](#windows )
2018-12-03 14:00:04 +00:00
2019-02-03 05:08:39 +00:00
#### WSL configuration
2019-01-18 06:13:24 +00:00
2024-02-12 01:43:45 +00:00
Download [vuori/weasel-pageant ](https://github.com/vuori/weasel-pageant ).
2019-05-25 19:20:07 +00:00
2024-02-12 01:43:45 +00:00
Add `eval $(/mnt/c/<path of extraction>/weasel-pageant -r -a /tmp/S.weasel-pageant)` to the shell rc file. Use a named socket here so it can be used in the `RemoteForward` directive of `~/.ssh/config` . Source it with `source ~/.bashrc` .
2019-05-25 19:20:07 +00:00
Display the SSH key with `$ ssh-add -l`
2024-02-12 01:43:45 +00:00
Edit `~/.ssh/config` to add the following for each agent forwarding host:
2018-12-28 04:26:37 +00:00
2024-02-12 01:43:45 +00:00
```console
2019-12-30 23:36:11 +00:00
RemoteForward < remote SSH socket path > /tmp/S.weasel-pageant
2018-12-04 10:39:25 +00:00
```
2018-12-28 04:26:37 +00:00
2019-12-30 23:36:11 +00:00
**Note** The remote SSH socket path can be found with `gpgconf --list-dirs agent-ssh-socket`
2018-12-04 10:39:25 +00:00
2019-02-03 05:08:39 +00:00
#### Remote host configuration
2018-12-28 04:26:37 +00:00
2024-02-12 01:43:45 +00:00
Add the following to the shell rc file:
2018-12-28 04:26:37 +00:00
2024-02-12 01:43:45 +00:00
```console
2018-12-04 14:03:00 +00:00
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
```
2018-12-28 04:26:37 +00:00
2019-02-03 05:08:39 +00:00
Add the following to `/etc/ssh/sshd_config` :
2018-12-28 04:26:37 +00:00
2024-02-12 01:43:45 +00:00
```console
2018-12-04 10:39:25 +00:00
StreamLocalBindUnlink yes
```
2018-12-28 04:26:37 +00:00
2024-02-12 01:43:45 +00:00
Reload SSH daemon:
```console
sudo service sshd reload
```
2018-12-04 10:39:25 +00:00
2021-08-26 04:20:09 +00:00
Unplug YubiKey, disconnect or reboot. Log back into Windows, open a WSL console and enter `ssh-add -l` - you should see nothing.
2019-06-02 17:32:16 +00:00
Plug in YubiKey, enter the same command to display the ssh key.
2018-12-04 10:39:25 +00:00
2024-02-12 01:43:45 +00:00
Connect to the remote host and use `ssh-add -l` to confirm forwarding works.
2019-06-02 17:32:16 +00:00
2024-02-12 01:43:45 +00:00
Agent forwarding may be chained through multiple hosts. Follow the same [protocol ](#remote-host-configuration ) to configure each host.
2018-12-04 10:39:25 +00:00
2021-01-10 18:54:58 +00:00
## macOS
To use gui applications on macOS, [a little bit more setup is needed ](https://jms1.net/yubikey/make-ssh-use-gpg-agent.md ).
Create `$HOME/Library/LaunchAgents/gnupg.gpg-agent.plist` with the following contents:
```
<?xml version="1.0" encoding="UTF-8"?>
< !DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
< plist version = "1.0" >
< dict >
< key > Label< / key >
< string > gnupg.gpg-agent< / string >
< key > RunAtLoad< / key >
< true / >
< key > KeepAlive< / key >
< false / >
< key > ProgramArguments< / key >
< array >
< string > /usr/local/MacGPG2/bin/gpg-connect-agent< / string >
< string > /bye< / string >
< / array >
< / dict >
< / plist >
```
```console
2022-08-10 19:40:12 +00:00
launchctl load $HOME/Library/LaunchAgents/gnupg.gpg-agent.plist
2021-01-10 18:54:58 +00:00
```
Create `$HOME/Library/LaunchAgents/gnupg.gpg-agent-symlink.plist` with the following contens:
```
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ProperyList-1.0/dtd">
< plist version = "1.0" >
< dict >
< key > Label< / key >
< string > gnupg.gpg-agent-symlink< / string >
< key > ProgramArguments< / key >
< array >
< string > /bin/sh< / string >
< string > -c< / string >
< string > /bin/ln -sf $HOME/.gnupg/S.gpg-agent.ssh $SSH_AUTH_SOCK< / string >
< / array >
< key > RunAtLoad< / key >
< true / >
< / dict >
< / plist >
```
```console
2022-08-10 19:40:12 +00:00
launchctl load $HOME/Library/LaunchAgents/gnupg.gpg-agent-symlink.plist
2021-01-10 18:54:58 +00:00
```
You will need to either reboot, or log out and log back in, in order to activate these changes.
2020-12-02 16:52:43 +00:00
# Remote Machines (GPG Agent Forwarding)
2020-12-02 16:13:15 +00:00
2024-02-12 01:43:45 +00:00
YubiKey can be used sign git commits and decrypt files on remote hosts with GPG Agent Forwarding. To ssh through another network, especially to push to/pull from GitHub using ssh, see [Remote Machines (SSH Agent forwarding) ](#remote-machines-ssh-agent-forwarding ).
2020-12-02 16:13:15 +00:00
2024-02-12 01:43:45 +00:00
`gpg-agent.conf` is not needed on the remote host; after forwarding, remote GnuPG directly communicates with `S.gpg-agent` without starting `gpg-agent` on the remote host.
2020-12-02 16:13:15 +00:00
2024-02-12 01:43:45 +00:00
On the remote host, edit `/etc/ssh/sshd_config` to set `StreamLocalBindUnlink yes`
2020-12-02 16:13:15 +00:00
2024-02-12 05:09:11 +00:00
**Optional** Without root access on the remote host to edit `/etc/ssh/sshd_config` , socket located at `gpgconf --list-dir agent-socket` on the remote host will need to be removed before forwarding works. See [AgentForwarding GNUPG wiki page ](https://wiki.gnupg.org/AgentForwarding ) for more information.
2020-12-02 16:13:15 +00:00
2024-02-12 05:09:11 +00:00
Import public keys on the remote host. On the local host, copy the public keyring to the remote host:
2020-12-02 16:13:15 +00:00
```console
2024-02-11 20:36:47 +00:00
scp ~/.gnupg/pubring.kbx remote:~/.gnupg/
2020-12-02 16:13:15 +00:00
```
2024-02-12 01:43:45 +00:00
On modern distributions such as Fedora 30, there is no need to set `RemoteForward` in `~/.ssh/config`
2020-12-02 16:13:15 +00:00
## Steps for older distributions
2024-02-12 01:43:45 +00:00
On the local host, run:
2020-12-02 16:13:15 +00:00
```console
2024-02-11 20:36:47 +00:00
gpgconf --list-dirs agent-extra-socket
2020-12-02 16:13:15 +00:00
```
This should return a path to agent-extra-socket - `/run/user/1000/gnupg/S.gpg-agent.extra` - though on older Linux distros (and macOS) it may be `/home/<user>/.gnupg/S/gpg-agent.extra`
2024-02-12 01:43:45 +00:00
Find the agent socket on the **remote** host:
2020-12-02 16:13:15 +00:00
```console
2024-02-11 20:36:47 +00:00
gpgconf --list-dirs agent-socket
2020-12-02 16:13:15 +00:00
```
This should return a path such as `/run/user/1000/gnupg/S.gpg-agent`
2024-02-12 01:43:45 +00:00
Finally, enable agent forwarding for a given host by adding the following to the local host's `~/.ssh/config` (agent sockets may differ):
2020-12-02 16:13:15 +00:00
```
Host
Hostname remote-host.tld
StreamLocalBindUnlink yes
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
# RemoteForward [remote socket] [local socket]
```
2024-02-12 01:43:45 +00:00
It may be necessary to edit `gpg-agent.conf` on the *local* host to add the following information:
2020-12-02 16:13:15 +00:00
```
pinentry-program /usr/bin/pinentry-gtk-2
extra-socket /run/user/1000/gnupg/S.gpg-agent.extra
```
2024-02-12 01:43:45 +00:00
**Note** The pinentry program starts on the *local* host, not remote.
2020-12-02 16:13:15 +00:00
2024-02-12 01:43:45 +00:00
**Important** Any pinentry program except `pinentry-tty` or `pinentry-curses` may be used. This is because local `gpg-agent` may start headlessly (by systemd without `$GPG_TTY` set locally telling which tty it is on), thus failed to obtain the pin. Errors on the remote may be misleading saying that there is *IO Error* . (Yes, internally there is actually an *IO Error* since it happens when writing to/reading from tty while finding no tty to use, but for end users this is not friendly.)
2020-12-02 16:13:15 +00:00
See [Issue #85 ](https://github.com/drduh/YubiKey-Guide/issues/85 ) for more information and troubleshooting.
2020-12-24 13:01:44 +00:00
## Chained GPG Agent Forwarding
2021-08-26 04:20:09 +00:00
Assume you have gone through the steps above and have `S.gpg-agent` on the *remote* , and you would like to forward this agent into a *third* box, first you may need to configure `sshd_config` of *third* in the same way as *remote* , then in the ssh config of *remote* , add the following lines:
2020-12-24 13:01:44 +00:00
```console
Host third
Hostname third-host.tld
StreamLocalBindUnlink yes
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent
# RemoteForward [remote socket] [local socket]
```
You should change the path according to `gpgconf --list-dirs agent-socket` on *remote* and *third* .
2024-02-11 21:56:32 +00:00
**Note** On *local* you have `S.gpg-agent.extra` whereas on *remote* and *third* , you only have `S.gpg-agent`
2018-12-04 10:39:25 +00:00
2020-05-04 18:19:02 +00:00
# Using Multiple Keys
2019-05-26 17:03:41 +00:00
2019-06-09 19:31:58 +00:00
To use a single identity with multiple YubiKeys - or to replace a lost card with another - issue this command to switch keys:
```console
2024-02-11 20:36:47 +00:00
gpg-connect-agent "scd serialno" "learn --force" /bye
2019-06-09 19:31:58 +00:00
```
2021-08-16 00:06:20 +00:00
Alternatively, use a script to delete the GnuPG shadowed key, where the card serial number is stored (see [GnuPG #T2291 ](https://dev.gnupg.org/T2291 )):
2019-06-02 17:32:16 +00:00
```console
2024-02-11 20:36:47 +00:00
cat >> ~/scripts/remove-keygrips.sh < < EOF
2020-04-28 23:52:24 +00:00
#!/usr/bin/env bash
2022-12-26 18:54:14 +00:00
(( $# )) || { echo "Specify a key." >&2; exit 1; }
KEYGRIPS=$(gpg --with-keygrip --list-secret-keys "$@" | awk '/Keygrip/ { print $3 }')
2020-04-28 23:52:24 +00:00
for keygrip in $KEYGRIPS
do
rm "$HOME/.gnupg/private-keys-v1.d/$keygrip.key" 2> /dev/null
done
2019-06-02 17:32:16 +00:00
2020-04-28 23:52:24 +00:00
gpg --card-status
EOF
2021-08-16 00:06:20 +00:00
2024-02-11 20:36:47 +00:00
chmod +x ~/scripts/remove-keygrips.sh
2021-08-16 00:06:20 +00:00
2024-02-11 20:36:47 +00:00
~/scripts/remove-keygrips.sh $KEYID
2019-05-26 17:03:41 +00:00
```
2019-06-02 17:32:16 +00:00
2019-06-09 18:42:00 +00:00
See discussion in Issues [#19 ](https://github.com/drduh/YubiKey-Guide/issues/19 ) and [#112 ](https://github.com/drduh/YubiKey-Guide/issues/112 ) for more information and troubleshooting steps.
2023-04-14 23:00:50 +00:00
# Adding an identity
2024-02-11 20:36:47 +00:00
To add an identity after creating and backing up a YubiKey, first add the identity to the Certify key, and then reset YubiKey and use `keytocard` to move the Subkeys to the card again.
2023-04-14 23:00:50 +00:00
2024-02-11 21:56:32 +00:00
Follow the same process as generating keys: boot to a secure environment, install required software and disconnect networking.
2023-04-14 23:00:50 +00:00
2024-02-11 20:36:47 +00:00
Connect the portable storage device with the Certify key and identify the disk label:
2023-04-14 23:00:50 +00:00
```console
$ sudo dmesg | tail
mmc0: new high speed SDHC card at address a001
mmcblk0: mmc0:a001 SS16G 14.8 GiB (ro)
mmcblk0: p1 p2
```
2024-02-11 21:56:32 +00:00
Decrypt and mount the encrypted volume:
2023-04-14 23:00:50 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo cryptsetup luksOpen /dev/mmcblk0p1 secret
2023-04-14 23:00:50 +00:00
2024-02-11 20:36:47 +00:00
sudo mount /dev/mapper/secret /mnt/encrypted-storage
2023-04-14 23:00:50 +00:00
```
2024-02-11 21:56:32 +00:00
Restore the backup to a temporary directory:
2023-04-14 23:00:50 +00:00
```console
2024-02-11 20:36:47 +00:00
export GNUPGHOME=$(mktemp -d -t gnupg_$(date +%Y%m%d%H%M)_XXX)
2023-04-14 23:00:50 +00:00
2024-02-11 20:36:47 +00:00
cp -avi /mnt/encrypted-storage/tmp.XXX/* $GNUPGHOME
2023-04-14 23:00:50 +00:00
```
2024-02-11 20:36:47 +00:00
Edit the Certify key to add the new identity:
2023-04-14 23:00:50 +00:00
```console
2024-02-11 20:36:47 +00:00
$ KEYID=< your keyID >
2023-04-14 23:00:50 +00:00
$ gpg --expert --edit-key $KEYID
gpg> adduid
2024-02-11 21:56:32 +00:00
Real name:
Email address:
Comment:
2023-04-14 23:00:50 +00:00
Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? O
gpg> trust
Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)
1 = I don't know or won't say
2 = I do NOT trust
3 = I trust marginally
4 = I trust fully
5 = I trust ultimately
m = back to the main menu
Your decision? 5
Do you really want to set this key to ultimate trust? (y/N) y
gpg> save
```
2024-02-11 20:36:47 +00:00
Export Certify and Subkeys again:
2023-04-14 23:00:50 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --armor --export-secret-keys $KEYID > $GNUPGHOME/certify.key
2023-04-14 23:00:50 +00:00
2024-02-11 20:36:47 +00:00
gpg --armor --export-secret-subkeys $KEYID > $GNUPGHOME/subkeys.key
2023-04-14 23:00:50 +00:00
```
2024-02-11 23:37:31 +00:00
Export the public key:
2023-04-14 23:00:50 +00:00
```console
2024-02-11 20:36:47 +00:00
gpg --armor --export $KEYID | sudo tee /mnt/public/gpg-$KEYID-$(date +%F).asc
2023-04-14 23:00:50 +00:00
```
As before, on Windows, note that using any extension other than `.gpg` or attempting IO redirection to a file will garble the secret key, making it impossible to import it again at a later date:
```console
2024-02-11 20:36:47 +00:00
gpg -o \path\to\dir\certify.gpg --armor --export-secret-keys $KEYID
2023-04-14 23:00:50 +00:00
2024-02-11 20:36:47 +00:00
gpg -o \path\to\dir\subkeys.gpg --armor --export-secret-subkeys $KEYID
2023-04-14 23:00:50 +00:00
2024-02-11 20:36:47 +00:00
gpg -o \path\to\dir\pubkey.gpg --armor --export $KEYID
2023-04-14 23:00:50 +00:00
```
2024-02-11 21:56:32 +00:00
Copy the **new** temporary working directory to encrypted storage, which should still be mounted:
2023-04-14 23:00:50 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo cp -avi $GNUPGHOME /mnt/encrypted-storage
2023-04-14 23:00:50 +00:00
```
Unmount and close the encrypted volume:
```console
2024-02-11 20:36:47 +00:00
sudo umount /mnt/encrypted-storage
2023-04-14 23:00:50 +00:00
2024-02-11 20:36:47 +00:00
sudo cryptsetup luksClose /dev/mapper/secret
2023-04-14 23:00:50 +00:00
```
2024-02-11 21:56:32 +00:00
## Updating YubiKey
Now that keys have been updated with the new identity, they will need to be loaded to YubiKey.
2023-04-14 23:00:50 +00:00
2024-02-12 01:43:45 +00:00
First, [Reset ](#reset ) the OpenPGP applet, then follow the steps to [Configure YubiKey ](#configure-yubikey ) again.
2023-04-14 23:00:50 +00:00
2024-02-12 01:43:45 +00:00
Next, [Transfer Keys ](#transfer-keys ) and reboot or securely erase the temporary working directory.
2023-04-14 23:00:50 +00:00
2024-02-11 21:56:32 +00:00
Finally, re-import the public key, as described in [Using Keys ](#using-keys ).
2023-04-14 23:00:50 +00:00
2024-02-11 21:56:32 +00:00
Use `gpg -K` to verify the identity is listed.
2023-04-14 23:00:50 +00:00
2019-06-02 17:32:16 +00:00
# Require touch
**Note** This is not possible on YubiKey NEO.
2024-02-11 21:56:32 +00:00
By default, YubiKey will perform encryption, signing and authentication operations without requiring any action from the user after the key is plugged in and unlocked once with the PIN.
2019-06-02 17:32:16 +00:00
To require a touch for each key operation, install [YubiKey Manager ](https://developers.yubico.com/yubikey-manager/ ) and recall the Admin PIN:
Authentication:
```console
2024-02-11 20:36:47 +00:00
ykman openpgp keys set-touch aut on
2019-05-26 17:03:41 +00:00
```
2019-06-02 17:32:16 +00:00
Signing:
```console
2024-02-11 20:36:47 +00:00
ykman openpgp keys set-touch sig on
2019-05-26 17:03:41 +00:00
```
2019-06-02 17:32:16 +00:00
Encryption:
```console
2024-02-11 20:36:47 +00:00
ykman openpgp keys set-touch dec on
2019-05-26 17:03:41 +00:00
```
2023-05-15 07:52:19 +00:00
**Note** Versions of YubiKey Manager before 5.1.0 use `enc` instead of `dec` for encryption.
2024-02-11 21:56:32 +00:00
**Note** Older versions of YubiKey Manager use `touch` instead of `set-touch`
2020-08-27 03:42:53 +00:00
Depending on how the YubiKey is going to be used, you may want to look at the policy options for each of these and adjust the above commands accordingly. They can be viewed with the following command:
```
2021-03-24 13:51:38 +00:00
$ ykman openpgp keys set-touch -h
Usage: ykman openpgp keys set-touch [OPTIONS] KEY POLICY
2020-08-27 03:42:53 +00:00
2023-05-15 07:52:19 +00:00
Set the touch policy for OpenPGP keys.
2020-08-27 03:42:53 +00:00
2023-05-15 07:52:19 +00:00
The touch policy is used to require user interaction for all operations using the private key on the YubiKey. The touch policy is set
individually for each key slot. To see the current touch policy, run the "openpgp info" subcommand.
2020-08-27 03:42:53 +00:00
Touch policies:
2023-05-15 07:52:19 +00:00
Off (default) no touch required
On touch required
Fixed touch required, can't be disabled without deleting the private key
Cached touch required, cached for 15s after use
Cached-Fixed touch required, cached for 15s after use, can't be disabled
without deleting the private key
KEY key slot to set (sig, dec, aut or att)
POLICY touch policy to set (on, off, fixed, cached or cached-fixed)
2020-08-27 03:42:53 +00:00
Options:
2023-05-15 07:52:19 +00:00
-a, --admin-pin TEXT Admin PIN for OpenPGP
-f, --force confirm the action without prompting
-h, --help show this message and exit
2020-08-27 03:42:53 +00:00
```
If the YubiKey is going to be used within an email client that opens and verifies encrypted mail, `Cached` or `Cached-Fixed` may be desirable.
2019-11-17 19:42:04 +00:00
YubiKey will blink when it is waiting for a touch. On Linux you can also use [yubikey-touch-detector ](https://github.com/maximbaz/yubikey-touch-detector ) to have an indicator or notification that YubiKey is waiting for a touch.
2019-06-02 17:32:16 +00:00
2019-05-19 19:35:02 +00:00
# Email
2024-02-12 01:43:45 +00:00
YubiKey can be used to decrypt and sign emails and attachments using [Thunderbird ](https://www.thunderbird.net/ ), [Enigmail ](https://www.enigmail.net ) and [Mutt ](http://www.mutt.org/ ). Thunderbird supports OAuth 2 authentication and can be used with Gmail. See [this EFF guide ](https://ssd.eff.org/en/module/how-use-pgp-linux ) for more information. Mutt has OAuth 2 support since version 2.0.
2019-05-19 19:35:02 +00:00
2022-12-26 22:44:27 +00:00
## Mailvelope
2019-08-09 19:51:40 +00:00
2024-02-12 01:43:45 +00:00
[Mailvelope ](https://www.mailvelope.com/en ) allows YubiKey to be used with Gmail and others.
2019-08-09 19:51:40 +00:00
2024-02-12 01:43:45 +00:00
**Important** Mailvelope [does not work ](https://github.com/drduh/YubiKey-Guide/issues/178 ) with the `throw-keyids` option set in `gpg.conf`
2020-05-03 21:18:29 +00:00
2019-11-20 01:24:57 +00:00
On macOS, install gpgme using Homebrew:
2019-08-09 19:51:40 +00:00
```console
2024-02-11 20:36:47 +00:00
brew install gpgme
2019-08-09 19:51:40 +00:00
```
2024-02-12 01:43:45 +00:00
To allow Chrome to run gpgme, edit `~/Library/Application\ Support/Google/Chrome/NativeMessagingHosts/gpgmejson.json` to add:
2019-12-14 19:48:33 +00:00
2019-08-09 19:51:40 +00:00
```json
{
"name": "gpgmejson",
"description": "Integration with GnuPG",
"path": "/usr/local/bin/gpgme-json",
"type": "stdio",
"allowed_origins": [
"chrome-extension://kajibbejlbohfaggdiogboambcijhkke/"
]
}
```
2024-02-12 01:43:45 +00:00
Edit the default path to allow Chrome to find GnuPG:
2019-12-14 19:48:33 +00:00
2019-08-09 19:54:54 +00:00
```console
2024-02-11 20:36:47 +00:00
sudo launchctl config user path /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
2019-08-09 19:54:54 +00:00
```
2019-08-09 19:51:40 +00:00
2024-02-12 01:43:45 +00:00
Finally, install the [Mailvelope extension ](https://chromewebstore.google.com/detail/mailvelope/kajibbejlbohfaggdiogboambcijhkke ) from the Chrome web store.
2019-08-09 19:51:40 +00:00
2020-12-02 14:59:30 +00:00
## Mutt
2024-02-11 23:37:31 +00:00
Mutt has both CLI and TUI interfaces - the latter provides powerful functions for processing email. In addition, PGP can be integrated such that cryptographic operations can be done without leaving TUI.
To enable GnuPG support, copy `/usr/share/doc/mutt/samples/gpg.rc`
Edit the file to enable options `pgp_default_key` , `pgp_sign_as` and `pgp_autosign`
2020-12-02 14:59:30 +00:00
2024-02-11 23:37:31 +00:00
`source` the file in `muttrc`
2020-12-02 14:59:30 +00:00
2024-02-11 23:37:31 +00:00
**Important** `pinentry-tty` set as the pinentry program in `gpg-agent.conf` is reported to cause problems with Mutt TUI, because it uses curses. It is recommended to use `pinentry-curses` or other graphic pinentry program instead.
2020-12-02 14:59:30 +00:00
2019-06-02 17:32:16 +00:00
# Reset
2024-02-11 23:37:31 +00:00
If PIN attempts are exceeded, the YubiKey is locked and must be [Reset ](https://developers.yubico.com/ykneo-openpgp/ResetApplet.html ) and set up again using the encrypted backup.
2019-06-02 17:32:16 +00:00
2024-02-12 01:43:45 +00:00
Copy the following to a file and run `gpg-connect-agent -r $file` to lock and terminate the card. Then re-insert YubiKey to complete reset.
2019-06-02 17:32:16 +00:00
```console
/hex
scd serialno
scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40
scd apdu 00 e6 00 00
scd apdu 00 44 00 00
/echo Card has been successfully reset.
```
2020-05-25 19:49:07 +00:00
Or use `ykman` (sometimes in `~/.local/bin/` ):
2020-04-28 20:28:44 +00:00
```console
$ ykman openpgp reset
2020-05-03 20:45:58 +00:00
WARNING! This will delete all stored OpenPGP keys and data and restore factory settings? [y/N]: y
Resetting OpenPGP data, don't remove your YubiKey...
Success! All data has been cleared and default PINs are set.
PIN: 123456
Reset code: NOT SET
Admin PIN: 12345678
2020-04-28 20:28:44 +00:00
```
2022-12-26 22:44:27 +00:00
## Recovery after reset
2020-07-25 16:25:45 +00:00
2024-02-12 01:43:45 +00:00
To reset YubiKey from the Certify key backup (such as the one on encrypted portable storage described in [Backup ](#backup )), follow [Rotating keys ](#rotating-keys ) to setup the environment, then [Configure YubiKey ](#configure-yubikey ).
2020-07-25 16:25:45 +00:00
2019-05-19 19:35:02 +00:00
# Notes
2024-02-12 01:43:45 +00:00
1. YubiKey has two configurations, invoked with either a short or long press. By default, the short-press mode is configured for HID OTP; a brief touch will emit an OTP string starting with `cccccccc` . OTP mode can be swapped to the second configuration via the YubiKey Personalization tool or disabled entirely using [YubiKey Manager ](https://developers.yubico.com/yubikey-manager ): `ykman config usb -d OTP`
2024-02-11 21:56:32 +00:00
2024-02-12 01:43:45 +00:00
1. Using YubiKey for GnuPG keys does not prevent use of other features, such as [WebAuthn ](https://en.wikipedia.org/wiki/WebAuthn ), [OTP ](https://www.yubico.com/resources/glossary/otp/ ) and [static password ](https://support.yubico.com/hc/en-us/articles/360016614980-Understanding-Core-Static-Password-Features ).
2024-02-11 21:56:32 +00:00
2024-02-12 01:43:45 +00:00
1. Setting a key expiry forces identity and credential lifecycle management. However, setting an expiry on the primary Certify key is useless, because it can be used to simply extend itself. [Revocation certificates ](https://security.stackexchange.com/questions/14718/does-openpgp-key-expiration-add-to-security/79386#79386 ) should be used instead.
2024-02-11 21:56:32 +00:00
2024-02-12 01:43:45 +00:00
1. To switch between multiple identities on different YubiKeys, unplug the first YubiKey and restart gpg-agent, ssh-agent and pinentry with `pkill gpg-agent ; pkill ssh-agent ; pkill pinentry ; eval $(gpg-agent --daemon --enable-ssh-support)` then insert the other YubiKey and run `gpg-connect-agent updatestartuptty /bye`
2024-02-11 21:56:32 +00:00
2024-02-12 01:43:45 +00:00
1. To use YubiKey on multiple computers, import the corresponding public keys on them. Confirm see YubiKey is visible with `gpg --card-status` , then trust the imported public keys ultimately. `gpg --list-secret-keys` will show the correct and trusted key.
2019-05-19 19:35:02 +00:00
2018-09-10 00:42:45 +00:00
# Troubleshooting
2016-05-25 02:25:07 +00:00
2024-02-12 01:43:45 +00:00
- Use `man gpg` to understand GnuPG options and command-line flags.
2016-05-25 02:25:07 +00:00
2020-05-27 09:30:09 +00:00
- To get more information on potential errors, restart the `gpg-agent` process with debug output to the console with `pkill gpg-agent; gpg-agent --daemon --no-detach -v -v --debug-level advanced --homedir ~/.gnupg` .
2024-02-12 01:43:45 +00:00
- If you encounter problems connecting to YubiKey with GnuPG - try unplugging and re-inserting YubiKey, and restarting the `gpg-agent` process.
2016-05-25 02:25:07 +00:00
2020-05-27 09:30:09 +00:00
- If you receive the error, `gpg: decryption failed: secret key not available` - you likely need to install GnuPG version 2.x. Another possibility is that there is a problem with the PIN, e.g. it is too short or blocked.
2016-05-25 02:25:07 +00:00
2016-09-25 15:26:47 +00:00
- If you receive the error, `Yubikey core error: no yubikey present` - make sure the YubiKey is inserted correctly. It should blink once when plugged in.
2018-11-29 05:38:35 +00:00
- If you still receive the error, `Yubikey core error: no yubikey present` - you likely need to install newer versions of yubikey-personalize as outlined in [Required software ](#required-software ).
2016-02-01 01:58:24 +00:00
2016-05-25 02:25:07 +00:00
- If you receive the error, `Yubikey core error: write error` - YubiKey is likely locked. Install and run yubikey-personalization-gui to unlock it.
2019-02-03 05:08:39 +00:00
- If you receive the error, `Key does not match the card's capability` - you likely need to use 2048 bit RSA key sizes.
2019-01-18 06:13:24 +00:00
2019-02-03 05:08:39 +00:00
- 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.
2016-09-20 17:18:47 +00:00
2019-02-03 05:25:21 +00:00
- 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`
2017-12-14 00:13:24 +00:00
2024-02-11 20:36:47 +00:00
- If you still receive the error, `sign_and_send_pubkey: signing failed: agent refused operation` - edit `~/.gnupg/gpg-agent.conf` to set a valid `pinentry` program path. `gpg: decryption failed: No secret key` could also indicate an invalid `pinentry` path
2019-12-14 19:48:33 +00:00
2022-04-22 14:44:14 +00:00
- If you still receive the error, `sign_and_send_pubkey: signing failed: agent refused operation` - it is a [known issue ](https://bbs.archlinux.org/viewtopic.php?id=274571 ) that openssh 8.9p1 and higher has issues with YubiKey. Adding `KexAlgorithms -sntrup761x25519-sha512@openssh.com` to `/etc/ssh/ssh_config` often resolves the issue.
2019-12-14 19:48:33 +00:00
- If you receive the error, `The agent has no identities` from `ssh-add -L` , make sure you have installed and started `scdaemon` .
2019-02-03 05:08:39 +00:00
2019-02-19 18:33:18 +00:00
- If you receive the error, `Error connecting to agent: No such file or directory` from `ssh-add -L` , the UNIX file socket that the agent uses for communication with other processes may not be set up correctly. On Debian, try `export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"` . Also see that `gpgconf --list-dirs agent-ssh-socket` is returning single path, to existing `S.gpg-agent.ssh` socket.
2017-12-14 00:03:59 +00:00
2024-02-12 05:09:11 +00:00
- If you receive the error, `Permission denied (publickey)` , increase ssh verbosity with the `-v` flag and verify the public key from the card is being offered: `Offering public key: RSA SHA256:abcdefg... cardno:00060123456` . If it is, verify the correct user the target system - not 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.
2018-04-29 21:50:06 +00:00
2019-09-16 22:35:26 +00:00
- If SSH authentication still fails - add up to 3 `-v` flags to the `ssh` client to increase verbosity.
2019-11-20 01:24:57 +00:00
- If it still fails, it may be useful to stop the background `sshd` daemon process service on the server (e.g. using `sudo systemctl stop sshd` ) and instead start it in the foreground with extensive debugging output, using `/usr/sbin/sshd -eddd` . Note that the server will not fork and will only process one connection, therefore has to be re-started after every `ssh` test.
2019-09-16 22:35:26 +00:00
2024-02-11 23:37:31 +00:00
- If you receive the error, `Please insert the card with serial number` see [Using Multiple Keys ](#using-multiple-keys ).
2019-02-07 04:25:04 +00:00
2020-05-03 20:45:58 +00:00
- If you receive the error, `There is no assurance this key belongs to the named user` or `encryption failed: Unusable public key` use `gpg --edit-key` to set `trust` to `5 = I trust ultimately` .
2022-12-26 19:29:56 +00:00
2024-02-11 20:36:47 +00:00
- If, when you try the above command, you get the error `Need the secret key to do this` - specify trust for the key in `~/.gnupg/gpg.conf` by using the `trust-key [key ID]` directive.
2021-03-25 15:37:43 +00:00
2022-12-26 22:44:27 +00:00
- If, when using a previously provisioned YubiKey on a new computer with `pass` , you see the following error on `pass insert` , you need to adjust the trust associated with the key. See the note above.
```
gpg: 0x0000000000000000: There is no assurance this key belongs to the named user
gpg: [stdin]: encryption failed: Unusable public key
```
2020-05-03 20:45:58 +00:00
2024-02-11 21:56:32 +00:00
- If you receive the error, `gpg: 0x0000000000000000: skipped: Unusable public key` , `signing failed: Unusable secret key` , or `encryption failed: Unusable public key` the Subkey may be expired and can no longer be used to encrypt nor sign messages. It can still be used to decrypt and authenticate, however.
2020-05-25 19:49:07 +00:00
2024-02-12 01:43:45 +00:00
- If the GnuPG public key is lost, follow [this guide ](https://www.nicksherlock.com/2021/08/recovering-lost-gpg-public-keys-from-your-yubikey/ ) to recover it from YubiKey.
2022-12-26 19:06:25 +00:00
2021-08-15 22:46:14 +00:00
- Refer to Yubico article [Troubleshooting Issues with GPG ](https://support.yubico.com/hc/en-us/articles/360013714479-Troubleshooting-Issues-with-GPG ) for additional guidance.
2023-03-21 22:57:51 +00:00
- If, when you try the above `--card-status` command, you get receive the error, `gpg: selecting card failed: No such device` or `gpg: OpenPGP card not available: No such device` , it's possible that the latest release of pcscd is now requires polkit rules to operate properly. Create the following file to allow users in the `wheel` group to use the card. Be sure to restart pcscd when you're done to allow the new rules to take effect.
```
cat < < EOF > /etc/polkit-1/rules.d/99-pcscd.rules
polkit.addRule(function(action, subject) {
if (action.id == "org.debian.pcsc-lite.access_card" & &
subject.isInGroup("wheel")) {
return polkit.Result.YES;
}
});
polkit.addRule(function(action, subject) {
if (action.id == "org.debian.pcsc-lite.access_pcsc" & &
subject.isInGroup("wheel")) {
return polkit.Result.YES;
}
});
EOF
```
2021-08-16 00:06:20 +00:00
# Alternatives
2024-02-12 01:43:45 +00:00
* [`smlx/piv-agent` ](https://github.com/smlx/piv-agent ) - SSH and GnuPG agent which can be used with PIV devices
* [`keytotpm` ](https://www.gnupg.org/documentation/manuals/gnupg/OpenPGP-Key-Management.html ) - use GnuPG with TPM systems
2021-08-16 00:06:20 +00:00
2022-12-26 22:33:09 +00:00
## Create keys with batch
2022-12-26 22:44:27 +00:00
Keys can also be generated using template files and the `batch` parameter - see [GnuPG documentation ](https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html ).
2022-12-26 22:33:09 +00:00
2024-02-11 23:37:31 +00:00
Use the example [gen-params-rsa4096 ](contrib/gen-params-rsa4096 ) or [gen-params-ed25519 ](contrib/gen-params-ed25519 ) template (the latter requires GnuPG v2.1.7).
2022-12-26 22:33:09 +00:00
2024-02-11 20:36:47 +00:00
Generate the Certify key:
2022-12-26 22:33:09 +00:00
```console
2024-02-12 05:09:11 +00:00
gpg --batch --generate-key gen-params-rsa4096
2022-12-26 22:33:09 +00:00
```
2024-02-12 05:09:11 +00:00
Verify results:
2022-12-26 22:33:09 +00:00
```console
2024-02-12 05:09:11 +00:00
gpg --list-key
2022-12-26 22:33:09 +00:00
```
2024-02-12 05:09:11 +00:00
The fingerprint is used to create the three Subkeys for signing, authentication and encryption.
2022-12-26 22:33:09 +00:00
2024-02-11 21:56:32 +00:00
Use a one or several year expiration for Subkeys - they can be renewed using the Certify key, see [rotating keys ](#rotating-keys ).
2022-12-26 22:33:09 +00:00
Create a [signing subkey ](https://stackoverflow.com/questions/5421107/can-rsa-be-both-used-as-encryption-and-signature/5432623#5432623 ):
```console
2024-02-12 05:09:11 +00:00
gpg --quick-add-key "$KEYID" rsa4096 sign 1y
2022-12-26 22:33:09 +00:00
```
2024-02-12 01:43:45 +00:00
Create an [encryption subkey ](https://www.cs.cornell.edu/courses/cs5430/2015sp/notes/rsa_sign_vs_dec.php ):
2022-12-26 22:33:09 +00:00
```console
2024-02-12 05:09:11 +00:00
gpg --quick-add-key "$KEYID" rsa4096 encrypt 1y
2022-12-26 22:33:09 +00:00
```
Finally, create an [authentication subkey ](https://superuser.com/questions/390265/what-is-a-gpg-with-authenticate-capability-used-for ):
```console
2024-02-12 05:09:11 +00:00
gpg --quick-add-key "$KEYID" rsa4096 auth 1y
2022-12-26 22:33:09 +00:00
```
2024-02-11 20:36:47 +00:00
# Additional resources
* [Yubico - PGP ](https://developers.yubico.com/PGP/ )
* [Yubico - PGP Card edit ](https://developers.yubico.com/PGP/Card_edit.html )
* [Yubico - Yubikey Personalization ](https://developers.yubico.com/yubikey-personalization/ )
* [A Visual Explanation of GPG Subkeys (2022) ](https://rgoulter.com/blog/posts/programming/2022-06-10-a-visual-explanation-of-gpg-subkeys.html )
* [dhess/nixos-yubikey ](https://github.com/dhess/nixos-yubikey )
* [lsasolutions/makegpg ](https://gitlab.com/lsasolutions/makegpg )
* [Trammell Hudson - Yubikey (2020) ](https://trmm.net/Yubikey )
* [Yubikey forwarding SSH keys (2019) ](https://blog.onefellow.com/post/180065697833/yubikey-forwarding-ssh-keys )
* [GPG Agent Forwarding (2018) ](https://mlohr.com/gpg-agent-forwarding/ )
* [Stick with security: YubiKey, SSH, GnuPG, macOS (2018) ](https://evilmartians.com/chronicles/stick-with-security-yubikey-ssh-gnupg-macos )
* [PGP and SSH keys on a Yubikey NEO (2015) ](https://www.esev.com/blog/post/2015-01-pgp-ssh-key-on-yubikey-neo/ )
* [Offline GnuPG Master Key and Subkeys on YubiKey NEO Smartcard (2014) ](https://blog.josefsson.org/2014/06/23/offline-gnupg-master-key-and-subkeys-on-yubikey-neo-smartcard/ )
* [Creating the perfect GPG keypair (2013) ](https://alexcabal.com/creating-the-perfect-gpg-keypair/ )
* [GPG and SSH with Yubikey NEO (2013) ](https://blog.habets.se/2013/02/GPG-and-SSH-with-Yubikey-NEO )
* [Riseup - OpenPGP Best Practices ](https://help.riseup.net/en/security/message-security/openpgp/best-practices )