- Install GPG4Win.
- Start up Kleopatra (a UI tool from 1) and make sure your YubiKey is loaded there.
- You can also add GPG4Win to Startup folder using a link with this Target:
This will only load the agent at Startup, and you won't be bothered by any UI or tray agent."C:\Program Files (x86)\GnuPG\bin\gpg-connect-agent.exe" /bye
- You can also add GPG4Win to Startup folder using a link with this Target:
- Download wsl2-ssh-pageant into your Windows
%userprofile%/.sshdirectory (Windows dir is important for performance).
I hereby claim:
- I am richbayliss on github.
- I am richbayliss (https://keybase.io/richbayliss) on keybase.
- I have a public key whose fingerprint is 782E E75C 5CC3 D364 5CC5 0F46 ADDF 810A F459 087B
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM balenalib/armv7hf-debian:buster AS kernel-builder | |
| RUN apt-get update && apt-get install -y \ | |
| build-essential \ | |
| i2c-tools \ | |
| wget \ | |
| alsa-utils \ | |
| && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | |
| ARG HEADERS_URL="https://files.balena-cloud.com/images/raspberrypi3/2.47.0%2Brev1.prod/kernel_modules_headers.tar.gz" |