masahide / OmniSSHAgent

Integrated ssh-agent for windows. (pageant compatible. openSSH ssh-agent etc ..)
Apache License 2.0
127 stars 9 forks source link

1Password mode not working on boot #43

Open nvx opened 1 year ago

nvx commented 1 year ago

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 to use the native openssh client) also works fine proving the 1Password SSH Agent is working, but using anything that uses the PuTTY Agent socket seems to hang for 30 seconds or so until it eventually times out and falls back to using password auth. Note it does still display the name of the SSH key it was attempting to use, so some comms between OmniSSHAgent and the 1Password agent is happening, but it's as if it's failing to pop up the auth prompt.

Simply restarting OmniSSHAgent or locking and unlocking the machine doesn't fix it, but after some arbitrary amount of time it seems to come good and just start working again.

masahide commented 1 year ago

hmm 🧐 I will try different ways to reproduce the same problem on the PC at hand.