summaryrefslogtreecommitdiffstatshomepage
path: root/docs/yubikey.md
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-10-23 02:22:19 -0500
committerToby Vincent <tobyv13@gmail.com>2021-10-23 02:22:19 -0500
commit28475b919c2a08ce361913c42ca8998b7364f5c7 (patch)
tree4bd8427b713fdebd3813362ac1203fe9bdae2d40 /docs/yubikey.md
parented2c3a7b8516e87ed8ee1106a67ae8af7bb81dd8 (diff)
fix: fixed placement of wsl depends
Diffstat (limited to 'docs/yubikey.md')
-rw-r--r--docs/yubikey.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/yubikey.md b/docs/yubikey.md
index b926d83..6955e1b 100644
--- a/docs/yubikey.md
+++ b/docs/yubikey.md
@@ -22,13 +22,15 @@ While I went down this rock filled rabbit hole for the purpose of getting my Yub
## SSH Agent
-### In Windows
+### In WSL
```sh
# Install depends
sudo apt install socat iproute2
```
+### In Windows
+
Download [wsl-ssh-pageant](https://github.com/benpye/wsl-ssh-pageant)
```powershell