Guest User

Untitled

a guest
Apr 30th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.84 KB | None | 0 0
  1. [oneadmin@on-test ~]$ ssh -v 192.168.10.169
  2. OpenSSH_8.0p1, OpenSSL 1.1.1g FIPS  21 Apr 2020
  3. debug1: Reading configuration data /var/lib/one/.ssh/config
  4. debug1: /var/lib/one/.ssh/config line 9: Applying options for *
  5. debug1: Reading configuration data /etc/ssh/ssh_config
  6. debug1: /etc/ssh/ssh_config line 52: include /etc/ssh/ssh_config.d/*.conf matched no files
  7. debug1: Control socket "/run/one/ssh-socks/ctl-M-2e6918e5b83c1898e28a015b55252c7cfd315a7a.sock" does not exist
  8. debug1: Connecting to 192.168.10.169 [192.168.10.169] port 22.
  9. debug1: Connection established.
  10. debug1: identity file /var/lib/one/.ssh/id_rsa type 0
  11. debug1: identity file /var/lib/one/.ssh/id_rsa-cert type -1
  12. debug1: identity file /var/lib/one/.ssh/id_dsa type 1
  13. debug1: identity file /var/lib/one/.ssh/id_dsa-cert type -1
  14. debug1: identity file /var/lib/one/.ssh/id_ecdsa type 2
  15. debug1: identity file /var/lib/one/.ssh/id_ecdsa-cert type -1
  16. debug1: identity file /var/lib/one/.ssh/id_ed25519 type 3
  17. debug1: identity file /var/lib/one/.ssh/id_ed25519-cert type -1
  18. debug1: identity file /var/lib/one/.ssh/id_xmss type -1
  19. debug1: identity file /var/lib/one/.ssh/id_xmss-cert type -1
  20. debug1: Local version string SSH-2.0-OpenSSH_8.0
  21. debug1: Remote protocol version 2.0, remote software version OpenSSH_8.0
  22. debug1: match: OpenSSH_8.0 pat OpenSSH* compat 0x04000000
  23. debug1: Authenticating to 192.168.10.169:22 as 'oneadmin'
  24. debug1: SSH2_MSG_KEXINIT sent
  25. debug1: SSH2_MSG_KEXINIT received
  26. debug1: kex: algorithm: curve25519-sha256
  27. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  28. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  29. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  30. debug1: kex: curve25519-sha256 need=64 dh_need=64
  31. debug1: kex: curve25519-sha256 need=64 dh_need=64
  32. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  33. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:8EEixRjQbwhjriFUpJwj8AjZ7Ps+EP6pjlGIAOosQvs
  34. debug1: Host '192.168.10.169' is known and matches the ECDSA host key.
  35. debug1: Found key in /var/lib/one/.ssh/known_hosts:2
  36. debug1: rekey out after 134217728 blocks
  37. debug1: SSH2_MSG_NEWKEYS sent
  38. debug1: expecting SSH2_MSG_NEWKEYS
  39. debug1: SSH2_MSG_NEWKEYS received
  40. debug1: rekey in after 134217728 blocks
  41. debug1: Skipping ssh-dss key /var/lib/one/.ssh/id_dsa - not in PubkeyAcceptedKeyTypes
  42. debug1: Will attempt key: /var/lib/one/.ssh/id_rsa RSA SHA256:VIVCNHZ8QmZTHhwB8LZtoObaRqpFakDbVYOX1Lk8pxQ
  43. debug1: Will attempt key: /var/lib/one/.ssh/id_ecdsa ECDSA SHA256:rUb3Ra9GI4dQXB4CCYQA6kBlpLhbmQezTYkcYTCk9zk
  44. debug1: Will attempt key: /var/lib/one/.ssh/id_ed25519 ED25519 SHA256:/HPv+7aZRrZ5hoW2GP9gMBMg/bqhtbukqcP7ObZ9WAw
  45. debug1: Will attempt key: /var/lib/one/.ssh/id_xmss
  46. debug1: SSH2_MSG_EXT_INFO received
  47. debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
  48. debug1: SSH2_MSG_SERVICE_ACCEPT received
  49. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  50. debug1: Next authentication method: publickey
  51. debug1: Offering public key: /var/lib/one/.ssh/id_rsa RSA SHA256:VIVCNHZ8QmZTHhwB8LZtoObaRqpFakDbVYOX1Lk8pxQ
  52. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  53. debug1: Offering public key: /var/lib/one/.ssh/id_ecdsa ECDSA SHA256:rUb3Ra9GI4dQXB4CCYQA6kBlpLhbmQezTYkcYTCk9zk
  54. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  55. debug1: Offering public key: /var/lib/one/.ssh/id_ed25519 ED25519 SHA256:/HPv+7aZRrZ5hoW2GP9gMBMg/bqhtbukqcP7ObZ9WAw
  56. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  57. debug1: Trying private key: /var/lib/one/.ssh/id_xmss
  58. debug1: Next authentication method: password
  59. oneadmin@192.168.10.169's password:
Add Comment
Please, Sign In to add comment