I've been using Pageant for handling SSH keys with Git (so that I only enter the key passphrase once) via setting the GIT_SSH environment variable.
What I want to do now is to use Pageant for regular SSH connections from my PowerShell terminal via the built-in OpenSSH client on Windows 10.
Is it possible to use Pageant as a standalone SSH agent in this scenario without using PuTTY?
https://github.com/cuviper/ssh-pageant seems to be the closest thing out there, but it's for Cygwin/MSYS only.