Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2015
5
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007
  2. debug1: Connecting to github.com [192.30.252.129] port 22.
  3. debug1: Connection established.
  4. debug1: identity file /.ssh/identity type -1
  5. debug1: identity file /.ssh/id_rsa type -1
  6. debug1: identity file /.ssh/id_dsa type -1
  7. debug1: Remote protocol version 2.0, remote software version libssh-0.7.0
  8. debug1: no match: libssh-0.7.0
  9. debug1: Enabling compatibility mode for protocol 2.0
  10. debug1: Local version string SSH-2.0-OpenSSH_4.6
  11. debug1: SSH2_MSG_KEXINIT sent
  12. debug1: SSH2_MSG_KEXINIT received
  13. debug1: kex: server->client aes128-cbc hmac-sha1 none
  14. debug1: kex: client->server aes128-cbc hmac-sha1 none
  15. debug1: sending SSH2_MSG_KEXDH_INIT
  16. debug1: expecting SSH2_MSG_KEXDH_REPLY
  17. debug1: Host 'github.com' is known and matches the RSA host key.
  18. debug1: Found key in /.ssh/known_hosts:1
  19. debug1: ssh_rsa_verify: signature correct
  20. debug1: SSH2_MSG_NEWKEYS sent
  21. debug1: expecting SSH2_MSG_NEWKEYS
  22. debug1: SSH2_MSG_NEWKEYS received
  23. debug1: SSH2_MSG_SERVICE_REQUEST sent
  24. debug1: SSH2_MSG_SERVICE_ACCEPT received
  25. debug1: Authentications that can continue: publickey
  26. debug1: Next authentication method: publickey
  27. debug1: Trying private key: /.ssh/identity
  28. debug1: Trying private key: /.ssh/id_rsa
  29. debug1: Trying private key: /.ssh/id_dsa
  30. debug1: No more authentication methods to try.
  31. Permission denied (publickey).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement