Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. c231193ssh@dorn.timmeserver.de:/.ssh$ ssh -Tv -I ~/.ssh/id_rsa git@bitbucket.org
  2. OpenSSH_7.2p2 Debian-4, OpenSSL 1.0.2g 1 Mar 2016
  3. debug1: Connecting to bitbucket.org [104.192.143.3] port 22.
  4. debug1: Connection established.
  5. dlopen /home/c231193ssh/.ssh/id_rsa failed: /home/c231193ssh/.ssh/id_rsa: invalid ELF header
  6. debug1: key_load_public: No such file or directory
  7. debug1: identity file /.ssh/id_rsa type -1
  8. debug1: key_load_public: No such file or directory
  9. debug1: identity file /.ssh/id_rsa-cert type -1
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file /.ssh/id_dsa type -1
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file /.ssh/id_dsa-cert type -1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file /.ssh/id_ecdsa type -1
  16. debug1: key_load_public: No such file or directory
  17. debug1: identity file /.ssh/id_ecdsa-cert type -1
  18. debug1: key_load_public: No such file or directory
  19. debug1: identity file /.ssh/id_ed25519 type -1
  20. debug1: key_load_public: No such file or directory
  21. debug1: identity file /.ssh/id_ed25519-cert type -1
  22. debug1: Enabling compatibility mode for protocol 2.0
  23. debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Debian-4
  24. debug1: Remote protocol version 2.0, remote software version conker_1.0.268-723a194 app-127
  25. debug1: no match: conker_1.0.268-723a194 app-127
  26. debug1: Authenticating to bitbucket.org:22 as 'git'
  27. debug1: SSH2_MSG_KEXINIT sent
  28. debug1: SSH2_MSG_KEXINIT received
  29. debug1: kex: algorithm: curve25519-sha256@libssh.org
  30. debug1: kex: host key algorithm: ssh-rsa
  31. debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
  32. debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
  33. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  34. debug1: Server host key: ssh-rsa SHA256:zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0ojez9YXaGp1A
  35. debug1: Host 'bitbucket.org' is known and matches the RSA host key.
  36. debug1: Found key in /.ssh/known_hosts:1
  37. debug1: rekey after 4294967296 blocks
  38. debug1: SSH2_MSG_NEWKEYS sent
  39. debug1: expecting SSH2_MSG_NEWKEYS
  40. debug1: rekey after 4294967296 blocks
  41. debug1: SSH2_MSG_NEWKEYS received
  42. debug1: SSH2_MSG_SERVICE_ACCEPT received
  43. debug1: Authentications that can continue: publickey
  44. debug1: Next authentication method: publickey
  45. debug1: Trying private key: /.ssh/id_rsa
  46. debug1: Trying private key: /.ssh/id_dsa
  47. debug1: Trying private key: /.ssh/id_ecdsa
  48. debug1: Trying private key: /.ssh/id_ed25519
  49. debug1: No more authentication methods to try.
  50. Permission denied (publickey).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement