lmr97

ssh log output

Jul 12th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. OpenSSH_9.9p1 Ubuntu-3ubuntu3.1, OpenSSL 3.4.1 11 Feb 2025
  2. debug1: Reading configuration data /home/martinr/.ssh/config
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: Reading configuration data /etc/ssh/ssh_config.d/20-systemd-ssh-proxy.conf
  5. debug1: /etc/ssh/ssh_config line 21: Applying options for *
  6. debug1: auto-mux: Trying existing master at '/home/martinr/.ansible/cp/762cb699d1'
  7. debug1: Control socket "/home/martinr/.ansible/cp/762cb699d1" does not exist
  8. debug1: Connecting to archie.zapto.org [38.94.244.65] port 1917.
  9. debug1: fd 3 clearing O_NONBLOCK
  10. debug1: Connection established.
  11. debug1: identity file /home/martinr/.ssh/id_rsa type -1
  12. debug1: identity file /home/martinr/.ssh/id_rsa-cert type -1
  13. debug1: identity file /home/martinr/.ssh/id_ecdsa type -1
  14. debug1: identity file /home/martinr/.ssh/id_ecdsa-cert type -1
  15. debug1: identity file /home/martinr/.ssh/id_ecdsa_sk type -1
  16. debug1: identity file /home/martinr/.ssh/id_ecdsa_sk-cert type -1
  17. debug1: identity file /home/martinr/.ssh/id_ed25519 type 3
  18. debug1: identity file /home/martinr/.ssh/id_ed25519-cert type -1
  19. debug1: identity file /home/martinr/.ssh/id_ed25519_sk type -1
  20. debug1: identity file /home/martinr/.ssh/id_ed25519_sk-cert type -1
  21. debug1: identity file /home/martinr/.ssh/id_xmss type -1
  22. debug1: identity file /home/martinr/.ssh/id_xmss-cert type -1
  23. debug1: Local version string SSH-2.0-OpenSSH_9.9p1 Ubuntu-3ubuntu3.1
  24. debug1: Remote protocol version 2.0, remote software version OpenSSH_10.0
  25. debug1: compat_banner: match: OpenSSH_10.0 pat OpenSSH* compat 0x04000000
  26. debug1: Authenticating to archie.zapto.org:1917 as 'martin'
  27. debug1: load_hostkeys: fopen /home/martinr/.ssh/known_hosts2: No such file or directory
  28. debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
  29. debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
  30. debug1: SSH2_MSG_KEXINIT sent
  31. debug1: SSH2_MSG_KEXINIT received
  32. debug1: kex: algorithm: sntrup761x25519-sha512
  33. debug1: kex: host key algorithm: ssh-ed25519
  34. debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: [email protected]
  35. debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: [email protected]
  36. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  37. debug1: SSH2_MSG_KEX_ECDH_REPLY received
  38. debug1: Server host key: ssh-ed25519 SHA256:<pub key 1>
  39. debug1: load_hostkeys: fopen /home/martinr/.ssh/known_hosts2: No such file or directory
  40. debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
  41. debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
  42. debug1: Host '[archie.zapto.org]:1917' is known and matches the ED25519 host key.
  43. debug1: Found key in /home/martinr/.ssh/known_hosts:7
  44. debug1: ssh_packet_send2_wrapped: resetting send seqnr 3
  45. debug1: rekey out after 134217728 blocks
  46. debug1: SSH2_MSG_NEWKEYS sent
  47. debug1: Sending SSH2_MSG_EXT_INFO
  48. debug1: expecting SSH2_MSG_NEWKEYS
  49. debug1: ssh_packet_read_poll2: resetting read seqnr 3
  50. debug1: SSH2_MSG_NEWKEYS received
  51. debug1: rekey in after 134217728 blocks
  52. debug1: SSH2_MSG_EXT_INFO received
  53. debug1: kex_ext_info_client_parse: server-sig-algs=<ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected],rsa-sha2-512,rsa-sha2-256>
  54. debug1: kex_ext_info_check_ver: [email protected]=<0>
  55. debug1: kex_ext_info_check_ver: [email protected]=<0>
  56. debug1: SSH2_MSG_SERVICE_ACCEPT received
  57. debug1: SSH2_MSG_EXT_INFO received
  58. debug1: kex_ext_info_client_parse: server-sig-algs=<ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected],rsa-sha2-512,rsa-sha2-256>
  59. debug1: Authentications that can continue: publickey,password
  60. debug1: Next authentication method: publickey
  61. debug1: get_agent_identities: ssh_get_authentication_socket: Connection refused
  62. debug1: Will attempt key: /home/martinr/.ssh/id_rsa
  63. debug1: Will attempt key: /home/martinr/.ssh/id_ecdsa
  64. debug1: Will attempt key: /home/martinr/.ssh/id_ecdsa_sk
  65. debug1: Will attempt key: /home/martinr/.ssh/id_ed25519 ED25519 SHA256:<pub key 2>
  66. debug1: Will attempt key: /home/martinr/.ssh/id_ed25519_sk
  67. debug1: Will attempt key: /home/martinr/.ssh/id_xmss
  68. debug1: Trying private key: /home/martinr/.ssh/id_rsa
  69. debug1: Trying private key: /home/martinr/.ssh/id_ecdsa
  70. debug1: Trying private key: /home/martinr/.ssh/id_ecdsa_sk
  71. debug1: Offering public key: /home/martinr/.ssh/id_ed25519 ED25519 SHA256:<pub key 2>
  72. debug1: Server accepts key: /home/martinr/.ssh/id_ed25519 ED25519 SHA256:<pub key 2>
Add Comment
Please, Sign In to add comment