git push failing with SSH Keys in 1password
I have SSH keys setup and working just fine on my Mac and windows systems.
I also had it working on my linux system yesterday, however after a reboot it seems no longer to work. I've restarted 1password and disabled and re-enabled SSH Agent, etc. So far all to no sucess.
I can SSH login to remote hosts, however when I attempt to "git pull/push" I'm getting several errors.
└─$ git push
fatal: protocol error: bad line length character: Warn
fatal: the remote end hung up unexpectedly
remote:
remote: ========================================================================
remote:
remote: rpc error: code = Canceled desc = user canceled the push
remote:
remote: ========================================================================
remote:
I have .ssh/config file entry which points to the 1password key
Host gitlab
Hostname gitlab
IdentityAgent "~/.1password/agent.sock"
IdentityFile ~/.ssh/gitlab.ed25519.pub
IdentitiesOnly yes
sshg -vT git@gitlab, does appear to work. it's happy to tell me "Welcome to GitLab, @guy!"
I've looked in the 1Password/logs but they don't show anything interesting..
INFO 2023-05-26T14:27:41.663 invocation_loop(ThreadId(29)) [1P:op-app/src/app/backend/auth_prompt.rs:46] invoked auth prompt unlock
Any ideas/help please?
Thanks
---Guy
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser:_ Not Provided
