summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-10-23 03:29:49 -0500
committerToby Vincent <tobyv13@gmail.com>2021-10-23 03:29:49 -0500
commitdaa2eadcf3d336dbd18d99d4880ffd785de02998 (patch)
tree25f12f5597b6558c2fb2b3a3a7b9b76b7b0cc8e7 /docs
parentc0b48017b1fd4dcd109a1e93ad3e12f73781dacd (diff)
docs: added instructions for wsl2-ssh-pageant
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