Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. OpenSSH_8.0p1, OpenSSL 1.1.1c 28 May 2019
  2. debug1: Reading configuration data /etc/ssh/ssh_config
  3. debug1: Connecting to mysite.com [46.105.40.12] port 60504.
  4. debug1: Connection established.
  5. debug1: identity file /c/Users/Voja/.ssh/id_rsa type 0
  6. debug1: identity file /c/Users/Voja/.ssh/id_rsa-cert type -1
  7. debug1: identity file /c/Users/Voja/.ssh/id_dsa type -1
  8. debug1: identity file /c/Users/Voja/.ssh/id_dsa-cert type -1
  9. debug1: identity file /c/Users/Voja/.ssh/id_ecdsa type -1
  10. debug1: identity file /c/Users/Voja/.ssh/id_ecdsa-cert type -1
  11. debug1: identity file /c/Users/Voja/.ssh/id_ed25519 type -1
  12. debug1: identity file /c/Users/Voja/.ssh/id_ed25519-cert type -1
  13. debug1: identity file /c/Users/Voja/.ssh/id_xmss type -1
  14. debug1: identity file /c/Users/Voja/.ssh/id_xmss-cert type -1
  15. debug1: Local version string SSH-2.0-OpenSSH_8.0
  16. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
  17. debug1: match: OpenSSH_7.4 pat OpenSSH_7.0*,OpenSSH_7.1*,OpenSSH_7.2*,OpenSSH_7.3*,OpenSSH_7.4*,OpenSSH_7.5*,OpenSSH_7.6*,OpenSSH_7.7* compat 0x04000002
  18. debug1: Authenticating to mysite.com:60504 as 'jvigiudu'
  19. debug1: SSH2_MSG_KEXINIT sent
  20. debug1: SSH2_MSG_KEXINIT received
  21. debug1: kex: algorithm: curve25519-sha256
  22. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  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: Server host key: ecdsa-sha2-nistp256 SHA256:woBrVlnO4PuJBWnBPowJOFp8aa2GLfPbMc2MYe6L7y8
  27. debug1: Host '[mysite.com]:60504' is known and matches the ECDSA host key.
  28. debug1: Found key in /c/Users/Voja/.ssh/known_hosts:1
  29. debug1: rekey out after 134217728 blocks
  30. debug1: SSH2_MSG_NEWKEYS sent
  31. debug1: expecting SSH2_MSG_NEWKEYS
  32. debug1: SSH2_MSG_NEWKEYS received
  33. debug1: rekey in after 134217728 blocks
  34. debug1: Will attempt key: /c/Users/Voja/.ssh/id_rsa RSA SHA256:+GDH9LY4Zb5ULgrEtU54sI3binqhQRn0BVfN9Cx7SoY
  35. debug1: Will attempt key: /c/Users/Voja/.ssh/id_dsa
  36. debug1: Will attempt key: /c/Users/Voja/.ssh/id_ecdsa
  37. debug1: Will attempt key: /c/Users/Voja/.ssh/id_ed25519
  38. debug1: Will attempt key: /c/Users/Voja/.ssh/id_xmss
  39. debug1: SSH2_MSG_EXT_INFO received
  40. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  41. debug1: SSH2_MSG_SERVICE_ACCEPT received
  42. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  43. debug1: Next authentication method: publickey
  44. debug1: Offering public key: /c/Users/Voja/.ssh/id_rsa RSA SHA256:+GDH9LY4Zb5ULgrEtU54sI3binqhQRn0BVfN9Cx7SoY
  45. debug1: Server accepts key: /c/Users/Voja/.ssh/id_rsa RSA SHA256:+GDH9LY4Zb5ULgrEtU54sI3binqhQRn0BVfN9Cx7SoY
  46. debug1: Authentication succeeded (publickey).
  47. Authenticated to mysite.com ([46.105.40.12]:60504).
  48. debug1: channel 0: new [client-session]
  49. debug1: Requesting no-more-sessions@openssh.com
  50. debug1: Entering interactive session.
  51. debug1: pledge: network
  52. debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement