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 agogit 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 1p...
Former Member
3 years agoThat's an interesting one!
It looks like gitlab is responding with something your git client doesn't understand, but I'm not sure why that would be.
In your ~./ssh/config
, could you try setting your Hostname
to gitlab.com
?
It would also be help to see more verbose ssh output. Could you run GIT_SSH_COMMAND="ssh -v" git fetch
? That should get us more information to work with.