Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. ssh -vT foo@foo.com
  2. OpenSSH_6.9p1, LibreSSL 2.1.8
  3. debug1: Reading configuration data /Users/foo/.ssh/config
  4. debug1: Reading configuration data /etc/ssh/ssh_config
  5. debug1: /etc/ssh/ssh_config line 21: Applying options for *
  6. debug1: /etc/ssh/ssh_config line 56: Applying options for *
  7. debug1: Connecting to foo.com [13.97.18.205] port 22.
  8. debug1: Connection established.
  9. debug1: identity file /Users/foo/.ssh/id_rsa type 1
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file /Users/foo/.ssh/id_rsa-cert type -1
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file /Users/foo/.ssh/id_dsa type -1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file /Users/foo/.ssh/id_dsa-cert type -1
  16. debug1: key_load_public: No such file or directory
  17. debug1: identity file /Users/foo/.ssh/id_ecdsa type -1
  18. debug1: key_load_public: No such file or directory
  19. debug1: identity file /Users/foo/.ssh/id_ecdsa-cert type -1
  20. debug1: key_load_public: No such file or directory
  21. debug1: identity file /Users/foo/.ssh/id_ed25519 type -1
  22. debug1: key_load_public: No such file or directory
  23. debug1: identity file /Users/foo/.ssh/id_ed25519-cert type -1
  24. debug1: Enabling compatibility mode for protocol 2.0
  25. debug1: Local version string SSH-2.0-OpenSSH_6.9
  26. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.5
  27. debug1: match: OpenSSH_7.5 pat OpenSSH* compat 0x04000000
  28. debug1: Authenticating to foo.com:22 as 'foo'
  29. debug1: SSH2_MSG_KEXINIT sent
  30. debug1: SSH2_MSG_KEXINIT received
  31. debug1: kex: server->client chacha20-poly1305@openssh.com <implicit> none
  32. debug1: kex: client->server chacha20-poly1305@openssh.com <implicit> none
  33. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  34. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:oAodU1fMw7EBhwePD/+rL2y4PE6Q4Yn2NpeAAmp/x/s
  35. debug1: Host '138.197.158.205' is known and matches the ECDSA host key.
  36. debug1: Found key in /Users/foo/.ssh/known_hosts:570
  37. debug1: SSH2_MSG_NEWKEYS sent
  38. debug1: expecting SSH2_MSG_NEWKEYS
  39. debug1: SSH2_MSG_NEWKEYS received
  40. debug1: SSH2_MSG_SERVICE_REQUEST sent
  41. debug1: SSH2_MSG_SERVICE_ACCEPT received
  42. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
  43. debug1: Next authentication method: publickey
  44. debug1: Offering RSA public key: /Users/foo/.ssh/id_rsa
  45. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
  46. debug1: Trying private key: /Users/foo/.ssh/id_dsa
  47. debug1: Trying private key: /Users/foo/.ssh/id_ecdsa
  48. debug1: Trying private key: /Users/foo/.ssh/id_ed25519
  49. debug1: No more authentication methods to try.
  50. Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement