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
4 years agoJust tried to configure 1Password SSH and am having trouble (Windows 11)
Hi, I get an error when I try the test recommended in the set up document. When I run ssh -T git@github.com
, I get
sign_and_send_pubkey: signing failed: agent refused operation
git@github.com: Permission denied (publickey).
I'm using an existing RSA pem key I've used for github for many years. I imported it into 1Password and the fingerprint in github and in 1password match exactly. I installed the beta 8 version, I disabled openSSH service on my windows 11 machine, and I enabled the 1password SSH service in settings. I also turned on Windows Hello and set a pin. After all this, I restarted 1password.
If I run ssh-add -l
, I see the single fingerprint I have imported into 1password.
If I go into 1password and disable the ssh service, I get
Error connecting to agent: No such file or directory
when running ssh-add -l
so 1password SSH service is certainly being used
I just tried this command and found more info. ssh -vT git@github.com
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: RSA SHA256:xxx agent
debug1: Server accepts key: RSA SHA256:xxx agent
sign_and_send_pubkey: signing failed: agent refused operation
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Windows 11
- Former Member
Hi, I'm experiencing the same exact issue, I'm on Arch Linux on the latest desktop beta version.
However,ssh-add -l
gives me
Error connecting to agent: No such file or directory
Of course, I enabled the SSH service in the settings as well.