Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
2 years agoop-ssh-sign is very slow
First of all, the SSH Agent is very nice! Thanks for this awesome feature.
Just wondering, the op-ssh-sign feels very slow and sluggish to me. Especially when i'm using it for commit signing oper...
Former Member
2 years agoI have noticed the same thing on Arch Linux. This has started a few months ago, sorry I don't have the precise version.
When I run op-ssh-sign
through strace
when it gets invoked by git, I see that it blocks for ~1 second on a recvfrom
syscall on the ~/.1password/agent.sock
socket (which is the socket set in my SSH IdentityAgent
) to read what looks like the key retrieved from 1Password.
So I assume the problem isn't with op-ssh-sign
itself (not surprising) but with the main 1Password client taking a while to send back that key...