Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. user-users-macbook:.ssh useruser$ ssh -vT git@github.com
  2. OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
  3.  
  4. debug1: Reading configuration data /etc/ssh_config
  5. debug1: Applying options for *
  6. debug1: Connecting to github.com [207.97.227.239] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /Users/useruser/.ssh/id_rsa type 1
  9. debug1: identity file /Users/useruser/.ssh/id_rsa-cert type -1
  10. debug1: identity file /Users/useruser/.ssh/id_dsa type -1
  11. debug1: identity file /Users/useruser/.ssh/id_dsa-cert type -1
  12. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5github2
  13. debug1: match: OpenSSH_5.1p1 Debian-5github2 pat OpenSSH*
  14. debug1: Enabling compatibility mode for protocol 2.0
  15. debug1: Local version string SSH-2.0-OpenSSH_5.6
  16. debug1: SSH2_MSG_KEXINIT sent
  17. debug1: SSH2_MSG_KEXINIT received
  18. debug1: kex: server->client aes128-ctr hmac-md5 none
  19. debug1: kex: client->server aes128-ctr hmac-md5 none
  20. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  21. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  22. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  23. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  24. debug1: Host 'github.com' is known and matches the RSA host key.
  25. debug1: Found key in /Users/useruser/.ssh/known_hosts:1
  26. debug1: ssh_rsa_verify: signature correct
  27. debug1: SSH2_MSG_NEWKEYS sent
  28. debug1: expecting SSH2_MSG_NEWKEYS
  29. debug1: SSH2_MSG_NEWKEYS received
  30. debug1: Roaming not allowed by server
  31. debug1: SSH2_MSG_SERVICE_REQUEST sent
  32. debug1: SSH2_MSG_SERVICE_ACCEPT received
  33. debug1: Authentications that can continue: publickey
  34. debug1: Next authentication method: publickey
  35. debug1: Offering RSA public key: /Users/useruser/.ssh/id_rsa
  36. debug1: Remote: Forced command: gerve thsonvt
  37. debug1: Remote: Port forwarding disabled.
  38. debug1: Remote: X11 forwarding disabled.
  39. debug1: Remote: Agent forwarding disabled.
  40. debug1: Remote: Pty allocation disabled.
  41. debug1: Server accepts key: pkalg ssh-rsa blen 279
  42. debug1: Remote: Forced command: gerve thsonvt
  43. debug1: Remote: Port forwarding disabled.
  44. debug1: Remote: X11 forwarding disabled.
  45. debug1: Remote: Agent forwarding disabled.
  46. debug1: Remote: Pty allocation disabled.
  47. debug1: Authentication succeeded (publickey).
  48. Authenticated to github.com ([207.97.227.239]:22).
  49. debug1: channel 0: new [client-session]
  50. debug1: Requesting no-more-sessions@openssh.com
  51. debug1: Entering interactive session.
  52. debug1: Sending environment.
  53. debug1: Sending env LC_CTYPE = UTF-8
  54. Write failed: Broken pipe
  55.  
  56. ServerAliveInterval 120
  57.  
  58. ClientAliveInterval 15
  59.  
  60. Host *
  61. ServerAliveInterval 30
  62. ServerAliveCountMax 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement