Skip to content

Instantly share code, notes, and snippets.

@EugenMayer
Created October 20, 2021 06:48
Show Gist options
  • Save EugenMayer/03e625aa0ce1d925f5fc30e92e08bbcd to your computer and use it in GitHub Desktop.
Save EugenMayer/03e625aa0ce1d925f5fc30e92e08bbcd to your computer and use it in GitHub Desktop.
OpenSSH_8.8p1, OpenSSL 1.1.1l 24 Aug 2021
debug1: Reading configuration data /home/em/.ssh/config
debug1: /home/em/.ssh/config line 569: Applying options for review.opendev.org
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to review.opendev.org [199.204.45.33] port 29418.
debug1: Connection established.
debug1: identity file /home/em/.ssh/id_rsa type 0
debug1: identity file /home/em/.ssh/id_rsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.8
debug1: Remote protocol version 2.0, remote software version GerritCodeReview_3.3.7-2-g17936a0b79-dirty (APACHE-SSHD-2.4.0)
debug1: compat_banner: no match: GerritCodeReview_3.3.7-2-g17936a0b79-dirty (APACHE-SSHD-2.4.0)
debug1: Authenticating to review.opendev.org:29418 as 'eugenmayer'
debug1: load_hostkeys: fopen /home/em/.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: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: ecdh-sha2-nistp256
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256-etm@openssh.com compression: none
debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256-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:lHsyuBxtcAiZeJM+viHllq52he9JNPqg8FFKv5+/BJ8
debug1: load_hostkeys: fopen /home/em/.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 '[review.opendev.org]:29418' is known and matches the ED25519 host key.
debug1: Found key in /home/em/.ssh/known_hosts:331
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: Will attempt key: /home/em/.ssh/id_rsa RSA SHA256:+/hZiXfaVpWqvMDmO9j6ShO8K5AA9EXqLMI1h3He3JU explicit agent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/em/.ssh/id_rsa RSA SHA256:+/hZiXfaVpWqvMDmO9j6ShO8K5AA9EXqLMI1h3He3JU explicit agent
debug1: send_pubkey_test: no mutual signature algorithm
debug1: No more authentication methods to try.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment