Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. Host xxx.xxx.xxx
  2. RSAAuthentication yes
  3. IdentityFile ~/.ssh/id_rsa
  4. User xxx
  5.  
  6. OpenSSH_7.4p1, LibreSSL 2.5.0
  7. debug1: Reading configuration data /Users/xxx/.ssh/config
  8. debug1: /Users/xxx/.ssh/config line 1: Applying options for xxx.xxx.xxx
  9. debug1: Reading configuration data /etc/ssh/ssh_config
  10. debug1: Connecting to xxx.xxx.xxx [xx.xxx.xx.xx] port 22.
  11. debug1: Connection established.
  12. debug1: identity file /Users/xxx/.ssh/id_rsa type 1
  13. debug1: key_load_public: No such file or directory
  14. debug1: identity file /Users/xxx/.ssh/id_rsa-cert type -1
  15. debug1: Enabling compatibility mode for protocol 2.0
  16. debug1: Local version string SSH-2.0-OpenSSH_7.4
  17. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.1
  18. debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.1 pat OpenSSH* compat 0x04000000
  19. debug1: Authenticating to xxx.xxx.xxx:22 as 'xxx'
  20. debug1: SSH2_MSG_KEXINIT sent
  21. debug1: SSH2_MSG_KEXINIT received
  22. debug1: kex: algorithm: curve25519-sha256@libssh.org
  23. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  24. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  25. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  26. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  27. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:n+rA9cq8RQTcnh19HlV2/ASXuktvPF2NhZkxNmZTzBE
  28. debug1: Host 'analytics.selfscore.com' is known and matches the ECDSA host key.
  29. debug1: Found key in /Users/xxx/.ssh/known_hosts:1
  30. debug1: rekey after 134217728 blocks
  31. debug1: SSH2_MSG_NEWKEYS sent
  32. debug1: expecting SSH2_MSG_NEWKEYS
  33. debug1: SSH2_MSG_NEWKEYS received
  34. debug1: rekey after 134217728 blocks
  35. debug1: SSH2_MSG_EXT_INFO received
  36. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  37. debug1: SSH2_MSG_SERVICE_ACCEPT received
  38. debug1: Authentications that can continue: publickey
  39. debug1: Next authentication method: publickey
  40. debug1: Offering RSA public key: /Users/xxx/.ssh/id_rsa
  41. debug1: Authentications that can continue: publickey
  42. debug1: No more authentication methods to try.
  43. Permission denied (publickey).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement