skx / deployr

A simple golang application to automate the deployment of software releases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detect pageant when running on Windows

jjeffery opened this issue · comments

When deciding when to use SSH Agent, the environment variable SSH_SOCK_AUTH is checked. This works fine on Unix-based systems but not on Windows. Given that the simplessh package uses pageant, it would be good if the Windows version checked for pageant when deciding to use SSH Agent.

Thanks for your bug-report, and your associated PR. Things look good, and I'll merge tonight.

Sorry for the slow response, this repository always feels "done" as I've had so little trouble with it, but I do still use it so fixes and improvements are welcome, even if I'm not a Windows user myself!