Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. hg push git+ssh://git@github.com/sam452/inspector.git
  2.  
  3. OpenSSH_6.5, OpenSSL 1.0.1f 6 Jan 2014
  4. debug1: Reading configuration data /home/sam.walton/.ssh/config
  5. debug1: /home/sam.walton/.ssh/config line 3: Applying options for github.com
  6. debug1: Connecting to github.com [192.30.252.131] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /home/sam.walton/.ssh/cyg_rsa type 1
  9. debug1: identity file /home/sam.walton/.ssh/cyg_rsa-cert type -1
  10. debug1: Enabling compatibility mode for protocol 2.0
  11. debug1: Local version string SSH-2.0-OpenSSH_6.5
  12. debug1: Remote protocol version 2.0, remote software version libssh-0.6.0
  13. debug1: no match: libssh-0.6.0
  14. debug1: SSH2_MSG_KEXINIT sent
  15. debug1: SSH2_MSG_KEXINIT received
  16. debug1: kex: server->client aes128-ctr hmac-sha1 none
  17. debug1: kex: client->server aes128-ctr hmac-sha1 none
  18. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  19. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  20. debug1: Server host key: RSA 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48
  21. debug1: Host 'github.com' is known and matches the RSA host key.
  22. debug1: Found key in /home/sam.walton/.ssh/known_hosts:1
  23. debug1: ssh_rsa_verify: signature correct
  24. debug1: SSH2_MSG_NEWKEYS sent
  25. debug1: expecting SSH2_MSG_NEWKEYS
  26. debug1: SSH2_MSG_NEWKEYS received
  27. debug1: Roaming not allowed by server
  28. debug1: SSH2_MSG_SERVICE_REQUEST sent
  29. debug1: SSH2_MSG_SERVICE_ACCEPT received
  30. debug1: Authentications that can continue: publickey
  31. debug1: Next authentication method: publickey
  32. debug1: Offering RSA public key: /home/sam.walton/.ssh/cyg_rsa
  33. debug1: Server accepts key: pkalg ssh-rsa blen 279
  34. debug1: Authentication succeeded (publickey).
  35. Authenticated to github.com ([192.30.252.131]:22).
  36. debug1: channel 0: new [client-session]
  37. debug1: Entering interactive session.
  38. debug1: Requesting authentication agent forwarding.
  39. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  40. Hi sam452! You've successfully authenticated, but GitHub does not provide shell access.
  41. debug1: channel 0: free: client-session, nchannels 1
  42. Transferred: sent 3312, received 1768 bytes, in 0.1 seconds
  43. Bytes per second: sent 38961.0, received 20798.0
  44. debug1: Exit status 1
  45.  
  46. Host heroku.com
  47. Hostname heroku.com
  48. Host github.com
  49. Hostname github.com
  50. Port 22
  51. IdentitiesOnly yes
  52. IdentityFile ~/.ssh/cyg_rsa
  53. TCPKeepAlive yes
  54. ForwardAgent yes
  55. User sam.walton@givegw.org
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement