Skip to content

Instantly share code, notes, and snippets.

@TheExGenesis
Created March 20, 2023 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheExGenesis/0828ac8779433ca01906e5fd89d69777 to your computer and use it in GitHub Desktop.
Save TheExGenesis/0828ac8779433ca01906e5fd89d69777 to your computer and use it in GitHub Desktop.
ssh error log
➜ ~ ssh -v -i /Users/frsc/.ssh/id_rsa/datacrunch ubuntu@34.244.134.24
OpenSSH_8.6p1, LibreSSL 3.3.6
debug1: Reading configuration data /Users/frsc/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: include /etc/ssh/ssh_config.d/* matched no files
debug1: /etc/ssh/ssh_config line 54: Applying options for *
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug1: Connecting to 34.244.134.24 [34.244.134.24] port 22.
debug1: Connection established.
debug1: identity file /Users/frsc/.ssh/id_rsa/datacrunch type 3
debug1: identity file /Users/frsc/.ssh/id_rsa/datacrunch-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.6
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.6p1 Ubuntu-4ubuntu0.7
debug1: compat_banner: match: OpenSSH_7.6p1 Ubuntu-4ubuntu0.7 pat OpenSSH_7.0*,OpenSSH_7.1*,OpenSSH_7.2*,OpenSSH_7.3*,OpenSSH_7.4*,OpenSSH_7.5*,OpenSSH_7.6*,OpenSSH_7.7* compat 0x04000002
debug1: Authenticating to 34.244.134.24:22 as 'ubuntu'
debug1: load_hostkeys: fopen /Users/frsc/.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: curve25519-sha256
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: SSH2_MSG_KEX_ECDH_REPLY received
debug1: Server host key: ssh-ed25519 SHA256:XikUQHk6us/AFW9VxgeKrWEtx2zw0GFxneSrRdwvArU
debug1: load_hostkeys: fopen /Users/frsc/.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 '34.244.134.24' is known and matches the ED25519 host key.
debug1: Found key in /Users/frsc/.ssh/known_hosts:4
debug1: rekey out after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey in after 134217728 blocks
debug1: Will attempt key: /Users/frsc/.ssh/id_rsa/datacrunch ED25519 SHA256:PLUuiyyeBI3ULVbTcS+aw5YWykG2IrJoQrloizqWETg explicit agent
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /Users/frsc/.ssh/id_rsa/datacrunch ED25519 SHA256:PLUuiyyeBI3ULVbTcS+aw5YWykG2IrJoQrloizqWETg explicit agent
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
ubuntu@34.244.134.24: Permission denied (publickey).
➜ ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment