summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/yubikey.md7
1 files changed, 7 insertions, 0 deletions
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