tubbadu

with ethernet cable

Mar 15th, 2022
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. # if connected with ethernet cable:
  2. OpenSSH_8.9p1 Ubuntu-3, OpenSSL 3.0.1 14 Dec 2021
  3. debug1: Reading configuration data /home/tubbadu/.ssh/config
  4. debug1: /home/tubbadu/.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 19: include /etc/ssh/ssh_config.d/*.conf matched no files
  7. debug1: /etc/ssh/ssh_config line 21: Applying options for *
  8. debug1: Connecting to ssh.github.com [140.82.121.36] port 443.
  9. debug1: Connection established.
  10. debug1: identity file /home/tubbadu/.ssh/id_ed25519 type 3
  11. debug1: identity file /home/tubbadu/.ssh/id_ed25519-cert type -1
  12. debug1: Local version string SSH-2.0-OpenSSH_8.9p1 Ubuntu-3
  13. debug1: Remote protocol version 2.0, remote software version babeld-4f04c79d
  14. debug1: compat_banner: no match: babeld-4f04c79d
  15. debug1: Authenticating to ssh.github.com:443 as 'git'
  16. debug1: load_hostkeys: fopen /home/tubbadu/.ssh/known_hosts2: No such file or directory
  17. debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
  18. debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
  19. debug1: SSH2_MSG_KEXINIT sent
  20. debug1: SSH2_MSG_KEXINIT received
  21. debug1: kex: algorithm: curve25519-sha256
  22. debug1: kex: host key algorithm: ssh-ed25519
  23. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  24. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  25. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  26. debug1: SSH2_MSG_KEX_ECDH_REPLY received
  27. debug1: Server host key: ssh-ed25519 SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU
  28. debug1: load_hostkeys: fopen /home/tubbadu/.ssh/known_hosts2: No such file or directory
  29. debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
  30. debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
  31. debug1: Host '[ssh.github.com]:443' is known and matches the ED25519 host key.
  32. debug1: Found key in /home/tubbadu/.ssh/known_hosts:5
  33. debug1: rekey out after 134217728 blocks
  34. debug1: SSH2_MSG_NEWKEYS sent
  35. debug1: expecting SSH2_MSG_NEWKEYS
  36. debug1: SSH2_MSG_NEWKEYS received
  37. debug1: rekey in after 134217728 blocks
  38. debug1: get_agent_identities: bound agent to hostkey
  39. debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities
  40. debug1: Will attempt key: /home/tubbadu/.ssh/id_ed25519 ED25519 SHA256:m7M1OeQMC+Tx8djWbX/mB9jyceeTAhU/8WyTZ9wXSPU explicit
  41. debug1: SSH2_MSG_EXT_INFO received
  42. debug1: kex_input_ext_info: 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,ssh-dss-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,ssh-dss>
  43. debug1: SSH2_MSG_SERVICE_ACCEPT received
  44. debug1: Authentications that can continue: publickey
  45. debug1: Next authentication method: publickey
  46. debug1: Offering public key: /home/tubbadu/.ssh/id_ed25519 ED25519 SHA256:m7M1OeQMC+Tx8djWbX/mB9jyceeTAhU/8WyTZ9wXSPU explicit
  47. debug1: Server accepts key: /home/tubbadu/.ssh/id_ed25519 ED25519 SHA256:m7M1OeQMC+Tx8djWbX/mB9jyceeTAhU/8WyTZ9wXSPU explicit
  48. Authenticated to ssh.github.com ([140.82.121.36]:443) using "publickey".
  49. debug1: channel 0: new [client-session]
  50. debug1: Entering interactive session.
  51. debug1: pledge: filesystem
  52. debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
  53. debug1: client_input_hostkeys: searching /home/tubbadu/.ssh/known_hosts for [ssh.github.com]:443 / (none)
  54. debug1: client_input_hostkeys: searching /home/tubbadu/.ssh/known_hosts2 for [ssh.github.com]:443 / (none)
  55. debug1: client_input_hostkeys: hostkeys file /home/tubbadu/.ssh/known_hosts2 does not exist
  56. debug1: client_input_hostkeys: host key found matching a different name/address, skipping UserKnownHostsFile update
  57. debug1: Sending environment.
  58. debug1: channel 0: setting env LANG = "it_IT.UTF-8"
  59.  
  60.  
  61. # here it gets stuck, then if I press Ctrl+C:
  62.  
  63. ^Cdebug1: channel 0: free: client-session, nchannels 1
  64. Killed by signal 2.
  65.  
Add Comment
Please, Sign In to add comment