Advertisement
Guest User

Untitled

a guest
Jan 5th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. $ ssh -T git@github.com
  2. Warning: Permanently added the RSA host key for IP address 'xxx.xx.xxx.xxx' to the list of known hosts.
  3. Permission denied (publickey).
  4.  
  5. $ ssh -vT git@github.com
  6. $ ssh -vT git@github.com
  7. OpenSSH_7.1p1, OpenSSL 1.0.2d 9 Jul 2015
  8. debug1: Reading configuration data /etc/ssh/ssh_config
  9. debug1: Connecting to github.com [192.30.252.128] port 22.
  10. debug1: Connection established.
  11. debug1: identity file /c/Users/Kiran B/.ssh/id_rsa type 1
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file /c/Users/Kiran B/.ssh/id_rsa-cert type -1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file /c/Users/Kiran B/.ssh/id_dsa type -1
  16. debug1: key_load_public: No such file or directory
  17. debug1: identity file /c/Users/Kiran B/.ssh/id_dsa-cert type -1
  18. debug1: key_load_public: No such file or directory
  19. debug1: identity file /c/Users/Kiran B/.ssh/id_ecdsa type -1
  20. debug1: key_load_public: No such file or directory
  21. debug1: identity file /c/Users/Kiran B/.ssh/id_ecdsa-cert type -1
  22. debug1: key_load_public: No such file or directory
  23. debug1: identity file /c/Users/Kiran B/.ssh/id_ed25519 type -1
  24. debug1: key_load_public: No such file or directory
  25. debug1: identity file /c/Users/Kiran B/.ssh/id_ed25519-cert type -1
  26. debug1: Enabling compatibility mode for protocol 2.0
  27. debug1: Local version string SSH-2.0-OpenSSH_7.1
  28. debug1: Remote protocol version 2.0, remote software version libssh-0.7.0
  29. debug1: no match: libssh-0.7.0
  30. debug1: Authenticating to github.com:22 as 'git'
  31. debug1: SSH2_MSG_KEXINIT sent
  32. debug1: SSH2_MSG_KEXINIT received
  33. debug1: kex: server->client chacha20-poly1305@openssh.com <implicit> none
  34. debug1: kex: client->server chacha20-poly1305@openssh.com <implicit> none
  35. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  36. debug1: Server host key: ssh-rsa
  37. SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8
  38. debug1: Host 'github.com' is known and matches the RSA host key.
  39. debug1: Found key in /c/Users/Kiran B/.ssh/known_hosts:1
  40. debug1: SSH2_MSG_NEWKEYS sent
  41. debug1: expecting SSH2_MSG_NEWKEYS
  42. debug1: SSH2_MSG_NEWKEYS received
  43. debug1: Roaming not allowed by server
  44. debug1: SSH2_MSG_SERVICE_REQUEST sent
  45. debug1: SSH2_MSG_SERVICE_ACCEPT received
  46. debug1: Authentications that can continue: publickey
  47. debug1: Next authentication method: publickey
  48. debug1: Offering RSA public key: /c/Users/Kiran B/.ssh/id_rsa
  49. debug1: Authentications that can continue: publickey
  50. debug1: Trying private key: /c/Users/Kiran B/.ssh/id_dsa
  51. debug1: Trying private key: /c/Users/Kiran B/.ssh/id_ecdsa
  52. debug1: Trying private key: /c/Users/Kiran B/.ssh/id_ed25519
  53. debug1: No more authentication methods to try.
  54. Permission denied (publickey).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement