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 agoLooking at your logs, you are able to authenticate with the server:
Authenticated to SERVER (IP) using "publickey"
This part looks unusual though:
debug1: Requesting mailto:no-more-sessions@openssh.com
fatal: protocol error: bad line length character: Warn
debug1: Entering interactive session.
debug1: pledge: exec┌──(USER㉿HOST)-[~]
└─$
That first request for no-more-settions@openssh.com
is expected.
The next line is coming from git, saying it received an invalid response.
The rest seems to indicate an interactive session is being started, which would
not be expected. If you're able to perform git operations against the same
server with your other systems, then it's likely something configured locally
on your linux system. Are there any differences in your ssh or git
configurations on this linux machine?