From daa2eadcf3d336dbd18d99d4880ffd785de02998 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 23 Oct 2021 03:29:49 -0500 Subject: docs: added instructions for wsl2-ssh-pageant --- docs/yubikey.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/yubikey.md b/docs/yubikey.md index a3247c0..959099d 100644 --- a/docs/yubikey.md +++ b/docs/yubikey.md @@ -29,6 +29,13 @@ While I went down this rock filled rabbit hole for the purpose of getting my Yub # Install depends sudo apt install socat iproute2 + +# Install wsl2-ssh-pageant +destination="$HOME/.ssh/wsl2-ssh-pageant.exe" +curl -sL "https://github.com/BlackReloaded/wsl2-ssh-pageant/releases/latest/download/wsl2-ssh-pageant.exe" -o "$destination" +# wget -O "$destination" "https://github.com/BlackReloaded/wsl2-ssh-pageant/releases/latest/download/wsl2-ssh-pageant.exe" +# Set the executable bit. +chmod +x "$destination" ``` ### In Windows -- cgit v1.2.3-70-g09d2