Guest User

Untitled

a guest
Jan 23rd, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. [l466l@vlb ~]$ ssh -vT git@github.com
  2. OpenSSH_9.6p1, OpenSSL 3.2.0 23 Nov 2023
  3. debug1: Reading configuration data /home/l466l/.ssh/config
  4. debug1: /home/l466l/.ssh/config line 1: Applying options for github.com
  5. debug1: Reading configuration data /etc/ssh/ssh_config
  6. debug1: /etc/ssh/ssh_config line 2: include /etc/ssh/ssh_config.d/*.conf matched no files
  7. debug1: Connecting to github.com [140.82.121.4] port 22.
  8. debug1: Connection established.
  9. debug1: identity file /home/l466l/.ssh/id_github type 3
  10. debug1: identity file /home/l466l/.ssh/id_github-cert type -1
  11. debug1: Local version string SSH-2.0-OpenSSH_9.6
  12. debug1: Remote protocol version 2.0, remote software version babeld-4d8ce44e
  13. debug1: compat_banner: no match: babeld-4d8ce44e
  14. debug1: Authenticating to github.com:22 as 'git'
  15. debug1: load_hostkeys: fopen /home/l466l/.ssh/known_hosts2: No such file or directory
  16. debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
  17. debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
  18. debug1: SSH2_MSG_KEXINIT sent
  19. debug1: SSH2_MSG_KEXINIT received
  20. debug1: kex: algorithm: curve25519-sha256
  21. debug1: kex: host key algorithm: ssh-ed25519
  22. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  23. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  24. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  25. debug1: SSH2_MSG_KEX_ECDH_REPLY received
  26. debug1: Server host key: ssh-ed25519 SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU
  27. debug1: load_hostkeys: fopen /home/l466l/.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: Host 'github.com' is known and matches the ED25519 host key.
  31. debug1: Found key in /home/l466l/.ssh/known_hosts:1
  32. debug1: ssh_packet_send2_wrapped: resetting send seqnr 3
  33. debug1: rekey out after 134217728 blocks
  34. debug1: SSH2_MSG_NEWKEYS sent
  35. debug1: expecting SSH2_MSG_NEWKEYS
  36. debug1: ssh_packet_read_poll2: resetting read seqnr 3
  37. debug1: SSH2_MSG_NEWKEYS received
  38. debug1: rekey in after 134217728 blocks
  39. debug1: SSH2_MSG_EXT_INFO received
  40. debug1: kex_ext_info_client_parse: server-sig-algs=<ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa>
  41. debug1: SSH2_MSG_SERVICE_ACCEPT received
  42. debug1: Authentications that can continue: publickey
  43. debug1: Next authentication method: publickey
  44. debug1: get_agent_identities: bound agent to hostkey
  45. debug1: get_agent_identities: agent returned 1 keys
  46. debug1: Will attempt key: /home/l466l/.ssh/id_github ED25519 SHA256:bEeaspweU57q1DmNwJT4H2PMy9RUvecfqSV4BCp/iMo explicit agent
  47. debug1: Offering public key: /home/l466l/.ssh/id_github ED25519 SHA256:bEeaspweU57q1DmNwJT4H2PMy9RUvecfqSV4BCp/iMo explicit agent
  48. debug1: Server accepts key: /home/l466l/.ssh/id_github ED25519 SHA256:bEeaspweU57q1DmNwJT4H2PMy9RUvecfqSV4BCp/iMo explicit agent
  49. Authenticated to github.com ([140.82.121.4]:22) using "publickey".
  50. debug1: channel 0: new session [client-session] (inactive timeout: 0)
  51. debug1: Entering interactive session.
  52. debug1: pledge: filesystem
  53. debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
  54. debug1: client_input_hostkeys: searching /home/l466l/.ssh/known_hosts for github.com / (none)
  55. debug1: client_input_hostkeys: searching /home/l466l/.ssh/known_hosts2 for github.com / (none)
  56. debug1: client_input_hostkeys: hostkeys file /home/l466l/.ssh/known_hosts2 does not exist
  57. debug1: client_input_hostkeys: no new or deprecated keys from server
  58. debug1: pledge: fork
Add Comment
Please, Sign In to add comment