grahamperrin

git@github.com: Permission denied … https://redd.it/ddi3h3

Oct 4th, 2019
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. $ ssh -vT git@github.com
  2. OpenSSH_7.8p1, OpenSSL 1.1.1d-freebsd 10 Sep 2019
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: Connecting to github.com [140.82.118.3] port 22.
  5. debug1: Connection established.
  6. debug1: identity file /home/grahamperrin/.ssh/id_rsa type 0
  7. debug1: identity file /home/grahamperrin/.ssh/id_rsa-cert type -1
  8. debug1: identity file /home/grahamperrin/.ssh/id_dsa type -1
  9. debug1: identity file /home/grahamperrin/.ssh/id_dsa-cert type -1
  10. debug1: identity file /home/grahamperrin/.ssh/id_ecdsa type -1
  11. debug1: identity file /home/grahamperrin/.ssh/id_ecdsa-cert type -1
  12. debug1: identity file /home/grahamperrin/.ssh/id_ed25519 type -1
  13. debug1: identity file /home/grahamperrin/.ssh/id_ed25519-cert type -1
  14. debug1: identity file /home/grahamperrin/.ssh/id_xmss type -1
  15. debug1: identity file /home/grahamperrin/.ssh/id_xmss-cert type -1
  16. debug1: Local version string SSH-2.0-OpenSSH_7.8 FreeBSD-20180909
  17. debug1: Remote protocol version 2.0, remote software version babeld-8112423e
  18. debug1: no match: babeld-8112423e
  19. debug1: Authenticating to github.com:22 as 'git'
  20. debug1: SSH2_MSG_KEXINIT sent
  21. debug1: SSH2_MSG_KEXINIT received
  22. debug1: kex: algorithm: curve25519-sha256
  23. debug1: kex: host key algorithm: rsa-sha2-512
  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: ssh-rsa SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8
  28. DNS lookup error: general failure
  29. debug1: Host 'github.com' is known and matches the RSA host key.
  30. debug1: Found key in /home/grahamperrin/.ssh/known_hosts:2
  31. debug1: rekey after 134217728 blocks
  32. debug1: SSH2_MSG_NEWKEYS sent
  33. debug1: expecting SSH2_MSG_NEWKEYS
  34. debug1: SSH2_MSG_NEWKEYS received
  35. debug1: rekey after 134217728 blocks
  36. debug1: SSH2_MSG_EXT_INFO received
  37. debug1: Fssh_kex_input_ext_info: server-sig-algs=<ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-rsa,rsa-sha2-512,rsa-sha2-256,ssh-dss>
  38. debug1: SSH2_MSG_SERVICE_ACCEPT received
  39. debug1: Authentications that can continue: publickey
  40. debug1: Next authentication method: publickey
  41. debug1: Offering public key: RSA SHA256:…/v4c /home/grahamperrin/.ssh/id_rsa
  42. debug1: Authentications that can continue: publickey
  43. debug1: Trying private key: /home/grahamperrin/.ssh/id_dsa
  44. debug1: Trying private key: /home/grahamperrin/.ssh/id_ecdsa
  45. debug1: Trying private key: /home/grahamperrin/.ssh/id_ed25519
  46. debug1: Trying private key: /home/grahamperrin/.ssh/id_xmss
  47. debug1: No more authentication methods to try.
  48. git@github.com: Permission denied (publickey).
  49. $
Add Comment
Please, Sign In to add comment