Guest User

Untitled

a guest
May 9th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.84 KB | None | 0 0
  1. ```
  2. OpenSSH_9.6p1 Ubuntu-3ubuntu13.11, OpenSSL 3.0.13 30 Jan 2024
  3. debug1: Reading configuration data /home/<user>/.ssh/config
  4. debug1: /home/<user>/.ssh/config line 23: Applying options for <hostname>
  5. debug1: Reading configuration data /etc/ssh/ssh_config
  6. debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
  7. debug1: /etc/ssh/ssh_config line 21: Applying options for *
  8. debug2: resolve_canonicalize: hostname <destination ip> is address
  9. debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/<user>/.ssh/known_hosts'
  10. debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/<user>/.ssh/known_hosts2'
  11. debug3: channel_clear_timeouts: clearing
  12. debug3: ssh_connect_direct: entering
  13. debug1: Connecting to <destination ip> [<destination ip>] port 6666.
  14. debug3: set_sock_tos: set socket 3 IP_TOS 0x10
  15. debug1: Connection established.
  16. debug1: identity file /home/<user>/.ssh/id_rsa type 0
  17. debug1: identity file /home/<user>/.ssh/id_rsa-cert type -1
  18. debug1: Local version string SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.11
  19. debug1: Remote protocol version 2.0, remote software version OpenSSH_8.9p1 Ubuntu-3ubuntu0.13
  20. debug1: compat_banner: match: OpenSSH_8.9p1 Ubuntu-3ubuntu0.13 pat OpenSSH* compat 0x04000000
  21. debug2: fd 3 setting O_NONBLOCK
  22. debug1: Authenticating to <destination ip>:6666 as '<user>'
  23. debug3: put_host_port: [<destination ip>]:6666
  24. debug3: record_hostkey: found key type ED25519 in file /home/<user>/.ssh/known_hosts:66
  25. debug3: load_hostkeys_file: loaded 1 keys from [<destination ip>]:6666
  26. debug1: load_hostkeys: fopen /home/<user>/.ssh/known_hosts2: No such file or directory
  27. debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
  28. debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
  29. debug3: order_hostkeyalgs: have matching best-preference key type [email protected], using HostkeyAlgorithms verbatim
  30. debug3: send packet: type 20
  31. debug1: SSH2_MSG_KEXINIT sent
  32. debug3: receive packet: type 20
  33. debug1: SSH2_MSG_KEXINIT received
  34. debug2: local client KEXINIT proposal
  35. debug2: KEX algorithms: [email protected],curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c,kex-strict-c-v00
  36. @openssh.com
  37. [email protected],ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected],rsa-sha2-512,rsa-sha2-256
  38. debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  39. debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  40. debug2: compression ctos: none,[email protected],zlib
  41. debug2: compression stoc: none,[email protected],zlib
  42. debug2: languages ctos:
  43. debug2: languages stoc:
  44. debug2: first_kex_follows 0
  45. debug2: reserved 0
  46. debug2: peer server KEXINIT proposal
  47. debug2: KEX algorithms: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,[email protected],diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,[email protected]
  48. m
  49. debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
  50. debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  51. debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  52. debug2: compression ctos: none,[email protected]
  53. debug2: compression stoc: none,[email protected]
  54. debug2: languages ctos:
  55. debug2: languages stoc:
  56. debug2: first_kex_follows 0
  57. debug2: reserved 0
  58. debug3: kex_choose_conf: will use strict KEX ordering
  59. debug1: kex: algorithm: [email protected]
  60. debug1: kex: host key algorithm: ssh-ed25519
  61. debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
  62. debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
  63. debug3: send packet: type 30
  64. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  65. Connection to <destination ip> port 6666 timed out
  66.  
  67. ```
  68.  
Add Comment
Please, Sign In to add comment