mame / wsl2-ssh-agent

A bridge from WSL2 ssh client to Windows ssh-agent.exe service
MIT License
102 stars 6 forks source link

Not work with [automount] options in /etc/wsl.conf #15

Closed makaroff-new closed 1 week ago

makaroff-new commented 1 week ago

If /etc/wsl.conf contains this parameters, then socket file not creating:

[automount]
options = "metadata,umask=022,fmask=111"
mame commented 1 week ago

It is impossible to invoke powershell.exe from WSL2 under the setting. If fmask=11, not 111, it should work.

I can't think of anything to do on the wsl2-ssh-agent side. If you know, please let me know.