OmniSSHAgent
OmniSSHAgent copied to clipboard
Integrated ssh-agent for windows. (pageant compatible. openSSH ssh-agent etc ..)
First of all great work you did here. Is there any way to support you so that support for ecdsa-sk, ed25519-sk will be integrated in the future?
I've found sometimes OmniSSHAgent seems to not work on startup, but after a while it comes good. Using ssh-add -l shows the keys fine, likewise using git (which is configured...
https://github.com/boostchicken/wsl2-gpg-ssh-agent/blob/407c5280abf6864e59df3f4d63e910e299951609/main.go#L338-L364 https://github.com/boostchicken/wsl2-gpg-ssh-agent/blob/main/overlapped.go This is why you are seeing some issues with multiple processes not using pipes correctly I double chechekd go-wino's code and they still don't use it where it's...
Would be great to either support gpg-agent or allow the native one to run simultaneously. Tested with `GPG 2.40.0 and Gpg4Win 4.1.0` using a Yubikey on Windows 10, and the...
It seems that named pipe stops working after a while the system is on: ```powershell PS C:\Users\Maicol> ssh-add -l Error connecting to agent: No such file or directory PS C:\Users\Maicol>...
In the `golang.org/x/crypto/ssh/agent` implementation https://github.com/golang/crypto/blob/86341886e2925764dc890ad96c141a1bc76043af/ssh/keys.go#L1338-L1451 xParsed comment information has been discarded. ```go case KeyAlgoED25519: key := struct { Pub []byte Priv []byte Comment string Pad []byte `ssh:"rest"` }{} if err...
Thank you for OmniSSHAgent! On a new system for work, I'm noticing a pretty consistent delay in accessing my key from WSL2 Ubuntu. Typical results: ```sh $ for i in...