lukesampson / pshazz

Give your powershell some pizazz.
The Unlicense
575 stars 40 forks source link

Fix confusion of Cygwin PID and Windows PID #101

Closed robewald closed 5 years ago

robewald commented 5 years ago

The ssh-agent returns a cygwin PID which cannot be used with Get-Process and the Get-SshAgent function doesn't return running processes. We fix this by checking the return value of ssh-add -l

robewald commented 5 years ago

The latest change (d6d7f21) addresses your first comment.

chawyehsu commented 5 years ago

Thanks for your contributions.