Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years ago"SSH authorization model was set incorrectly, dropping signature request" when signing git commit
I set up the SSH Agent, and added the config for signing git commits. However, when I actually commit, it fails with the error:
```
error: agent returned an error
fatal: failed to write commit...
Former Member
3 years agoError in the terminal when attempting to clone a git repo:
sign_and_send_pubkey: signing failed for RSA "personal ssh key" from agent: agent refused operation
mailto:git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.
Specific error in the log I'm seeing is:
ERROR 2023-04-14T18:21:18.270 tokio-runtime-worker(ThreadId(12)) [1P:ssh/op-ssh-agent/src/lib.rs:583] SSH authorization model was set incorrectly, dropping signature request
But i can clone the same repo on my old intel-based mac just fine when using 1password SSH Agent 🤔