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
612 stars 40 forks source link

consider use CoreRT to build single binary file #17

Closed lhyqy5 closed 5 years ago

lhyqy5 commented 5 years ago

According to this doc,maybe we can build a single binary file. I have test on win10 1803, it works expected

benpye commented 5 years ago

Is CoreRT production ready? I did look into this before but I wasn't fussed enough to work with the previews of CoreRT before.

benpye commented 5 years ago

Hey, I just pushed the go version, check the golang branch https://github.com/benpye/wsl-ssh-pageant/tree/golang and https://github.com/benpye/wsl-ssh-pageant/releases/tag/050219 . It's just one binary now 🙂

lhyqy5 commented 5 years ago

Sorry for long time to reply, the go version works well on my computer. Thanks for your working.

benpye commented 5 years ago

No problem, thanks for validating it! I'll try and setup builds this weekend.

Thanks.