These are my notes (mostly for myself!) on getting SSH authentication through GPG under a variety of Windows 10 environments like native SSH (see c:\windows\system32\openssh\*), Windows Subsystem for Linux (WSL) and minGW / GIT Bash. Why? So you have a single, GPG based identity on a secure, removable hardware key store like a OpenPGP card…
Month: March 2020
Importing GPG Key pairs with OpenPGP Cards
This allows you to use the GPG private key on your yubikey (or any OpenPGP security card) on a new workstation. Note that the secret key will continue to live on the card – just as we typically desire. Since we’re using the gpg tool directly, this should work on Windows, macOS and linux. 1….