storca897654

SSH Client partial log

Aug 22nd, 2021 (edited)
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. $ ssh serveruser@server.hostname -v
  2.  
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
  5. debug1: /etc/ssh/ssh_config line 21: Applying options for *
  6. debug1: Connecting to server.hostname [my server ip] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /home/myuser/.ssh/id_rsa type 0
  9. debug1: identity file /home/myuser/.ssh/id_rsa-cert type -1
  10. debug1: identity file /home/myuser/.ssh/id_dsa type -1
  11. debug1: identity file /home/myuser/.ssh/id_dsa-cert type -1
  12. debug1: identity file /home/myuser/.ssh/id_ecdsa type -1
  13. debug1: identity file /home/myuser/.ssh/id_ecdsa-cert type -1
  14. debug1: identity file /home/myuser/.ssh/id_ecdsa_sk type -1
  15. debug1: identity file /home/myuser/.ssh/id_ecdsa_sk-cert type -1
  16. debug1: identity file /home/myuser/.ssh/id_ed25519 type -1
  17. debug1: identity file /home/myuser/.ssh/id_ed25519-cert type -1
  18. debug1: identity file /home/myuser/.ssh/id_ed25519_sk type -1
  19. debug1: identity file /home/myuser/.ssh/id_ed25519_sk-cert type -1
  20. debug1: identity file /home/myuser/.ssh/id_xmss type -1
  21. debug1: identity file /home/myuser/.ssh/id_xmss-cert type -1
  22. debug1: Local version string SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.3
  23. debug1: Remote protocol version 2.0, remote software version OpenSSH_8.2p1 Ubuntu-4ubuntu0.3
  24. debug1: match: OpenSSH_8.2p1 Ubuntu-4ubuntu0.3 pat OpenSSH* compat 0x04000000
  25. debug1: Authenticating to server.hostname:22 as 'serveruser'
  26. debug1: SSH2_MSG_KEXINIT sent
  27. debug1: SSH2_MSG_KEXINIT received
  28. debug1: kex: algorithm: curve25519-sha256
  29. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  30. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  31. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  32. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  33. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:hOUx/yA7TavFw8xyJOEfWquTGQeStRyNrzKiztESmEs
  34. debug1: checking without port identifier
  35. debug1: Host 'server.hostname' is known and matches the ECDSA host key.
  36. debug1: Found key in /home/myuser/.ssh/known_hosts:27
  37. debug1: found matching key w/out port
  38. debug1: rekey out after 134217728 blocks
  39. debug1: SSH2_MSG_NEWKEYS sent
  40. debug1: expecting SSH2_MSG_NEWKEYS
  41. debug1: SSH2_MSG_NEWKEYS received
  42. debug1: rekey in after 134217728 blocks
  43. debug1: Will attempt key: /home/myuser/.ssh/id_rsa RSA SHA256:<my key fingerprint> agent
  44. (attempted another public key here that I also had in my .ssh folder)
  45. debug1: Will attempt key: /home/myuser/.ssh/id_dsa
  46. debug1: Will attempt key: /home/myuser/.ssh/id_ecdsa
  47. debug1: Will attempt key: /home/myuser/.ssh/id_ecdsa_sk
  48. debug1: Will attempt key: /home/myuser/.ssh/id_ed25519
  49. debug1: Will attempt key: /home/myuser/.ssh/id_ed25519_sk
  50. debug1: Will attempt key: /home/myuser/.ssh/id_xmss
  51. debug1: SSH2_MSG_EXT_INFO received
  52. debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,sk-ssh-ed25519@openssh.com,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2-nistp256@openssh.com>
  53. debug1: SSH2_MSG_SERVICE_ACCEPT received
  54. debug1: Authentications that can continue: publickey
  55. debug1: Next authentication method: publickey
  56. debug1: Offering public key: /home/myuser/.ssh/id_rsa RSA SHA256:<my key fingerprint> agent
  57. debug1: Server accepts key: /home/myuser/.ssh/id_rsa RSA SHA256:<my key fingerprint> agent
  58. Authenticated with partial success.
  59. debug1: Authentications that can continue: keyboard-interactive
  60. debug1: Next authentication method: keyboard-interactive
  61. Password:
Add Comment
Please, Sign In to add comment