No /tmp/wincrypt-hv.sock file found within WSL2 distro
tecandrew opened this issue · 2 comments
Overview
I'm using a somewhat fresh install of Windows 10 + WSL Ubuntu 20.04
(installed from the Windows App Store). The WinCryptSSHAgent worked perfectly using the WSL(1) version, not so much when using the WSL2 version.
Upon some light investigation, I noticed that the instructions attempts to point SSH_AUTH_SOCK
to a file within /tmp/wincrypt-hv.sock
, which is nonexistent even when rebooting the PC.
I'm not on the Windows-Insiders version, so I upgraded the distro to WSL2 manually and followed the new instructions showed on WinCryptSSHAgent: WSL2 / Linux on Hyper-V Settings
only to find that something broke.
To Recreate
- Install WinCryptSSHAgent via Chocolatey
- Install "Ubuntu 20.04" (not "Ubuntu") from App Store
- Check wsl version on powershell
wsl -l -v
- Follow WinCryptSSHAgent WSL(1) instructions
- Check keys with
ssh-add -l
- Upgrade to wsl2 using the instructions here
- Follow new WinCryptSSHAgent instructions
- Check keys with
ssh-add -l
Found the culprit: Ubuntu didn't ship with socat
by default so the file never got created, and it never seemed to complain because the output was fed into /dev/null
Solution
sudo apt install socat