benpye / wsl-ssh-pageant

A Pageant -> TCP bridge for use with WSL, allowing for Pageant to be used as an ssh-ageant within the WSL environment.
BSD 2-Clause "Simplified" License
619 stars 40 forks source link

New AF_UNIX support in Windows #10

Closed Doridian closed 6 years ago

Doridian commented 6 years ago

I have tweaked your wsl-ssh-pageant to use AF_UNIX sockets (available in new insider builds). I would PR it in, but it isn't in stable yet, so feel free to pull it into a side-branch instead (will PR for sure once it hits stable). This makes the interface much cleaner and avoids the necessity for socat and forking tons of processes. https://github.com/Doridian/wsl-ssh-pageant

benpye commented 6 years ago

This looks great. I'll probably wait for the update to be released as it should be in the next couple days then pull the changes. I will leave the issue open until then.

benpye commented 6 years ago

Resolved by #11 . Thank you @Doridian .