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
2 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
2 years agoOpenSSH_9.2p1 Debian-2, OpenSSL 3.0.8 7 Feb 2023
debug1: Reading configuration data /home/m0guy/.ssh/config
debug1: /home/m0guy/.ssh/config line 13: Applying options for gitlab.int.britewhite.net
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/kali-wide-compat.conf
debug1: /etc/ssh/ssh_config.d/kali-wide-compat.conf line 7: Applying options for *
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to gitlab.int.britewhite.net [192.168.230.189] port 22.
debug1: Connection established.
debug1: identity file /home/m0guy/.ssh/gitlab.int.id_ed25519.pub type 3
debug1: identity file /home/m0guy/.ssh/gitlab.int.id_ed25519.pub-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_9.2p1 Debian-2
debug1: Remote protocol version 2.0, remote software version OpenSSH_8.2p1 Ubuntu-4ubuntu0.7
debug1: compat_banner: match: OpenSSH_8.2p1 Ubuntu-4ubuntu0.7 pat OpenSSH* compat 0x04000000
debug1: Authenticating to gitlab.int.britewhite.net:22 as 'git'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: aes128-ctr MAC: umac-64-etm@openssh.com compression: none
debug1: kex: client->server cipher: aes128-ctr MAC: umac-64-etm@openssh.com compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: SSH2_MSG_KEX_ECDH_REPLY received
debug1: Server host key: ssh-ed25519 SHA256:qF1Ktk+2wciRU4V+7t4K4vJTZjcK+S/AQIcKkWPWad8
debug1: load_hostkeys: fopen /home/m0guy/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug1: Host 'gitlab.int.britewhite.net' is known and matches the ED25519 host key.
debug1: Found key in /home/m0guy/.ssh/known_hosts:1
debug1: rekey out after 4294967296 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey in after 4294967296 blocks
debug1: get_agent_identities: agent returned 11 keys
debug1: Will attempt key: /home/m0guy/.ssh/gitlab.int.id_ed25519.pub ED25519 SHA256:eT+ONakYJ5jGPONfaPtrLai6yOKOCvXCw0ScVpcFdGM explicit agent
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: /home/m0guy/.ssh/gitlab.int.id_ed25519.pub ED25519 SHA256:eT+ONakYJ5jGPONfaPtrLai6yOKOCvXCw0ScVpcFdGM explicit agent
debug1: Server accepts key: /home/m0guy/.ssh/gitlab.int.id_ed25519.pub ED25519 SHA256:eT+ONakYJ5jGPONfaPtrLai6yOKOCvXCw0ScVpcFdGM explicit agent
Authenticated to gitlab.int.britewhite.net ([192.168.230.189]:22) using "publickey".
debug1: channel 0: new session client-session
debug1: Requesting no-more-sessions@openssh.com
fatal: protocol error: bad line length character: Warn
debug1: Entering interactive session.
debug1: pledge: exec
┌──(m0guy㉿kali)-[~/Projects/Home/octotrack]
└─$ debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
debug1: client_input_hostkeys: searching /home/m0guy/.ssh/known_hosts for gitlab.int.britewhite.net / (none)
debug1: client_input_hostkeys: searching /home/m0guy/.ssh/known_hosts2 for gitlab.int.britewhite.net / (none)
debug1: client_input_hostkeys: hostkeys file /home/m0guy/.ssh/known_hosts2 does not exist
debug1: Remote: /var/opt/gitlab/.ssh/authorized_keys:26: key options: command user-rc
debug1: Remote: /var/opt/gitlab/.ssh/authorized_keys:26: key options: command user-rc
debug1: Sending environment.
debug1: channel 0: setting env LANG = "en_GB.UTF-8"
debug1: Sending command: git-receive-pack 'Home/octotrack.git'
debug1: client_global_hostkeys_prove_confirm: server used untrusted RSA signature algorithm ssh-rsa for key 0, disregarding
debug1: update_known_hosts: known hosts file /home/m0guy/.ssh/known_hosts2 does not exist
debug1: pledge: fork
fatal: the remote end hung up unexpectedly
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
Transferred: sent 3204, received 3056 bytes, in 0.6 seconds
Bytes per second: sent 5512.4, received 5257.7
debug1: Exit status 1