mame / wsl2-ssh-agent

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

Add options for custom exe paths and extension messages #6

Closed Hill-98 closed 11 months ago

Hill-98 commented 11 months ago

If appendWindowsPath = false, then wsl2-ssh-agent will fail to start, you can add options to allow custom ·ssh.exe· and powershell.exe paths.

If the Windows ssh-agent is manually upgraded to OpenSSH 8.9+, or a different SSH Agent implementation is used, extended messages are available and we can add options to control it.

mame commented 11 months ago

I think it's good to have. Is the following strategy good?

It would be great if you could send me a PR. Or, I'll probably do it myself a little later.