Guest User

Untitled

a guest
May 22nd, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.18 KB | None | 0 0
  1. melvin@melvin-desktop:~$ ssh -vT git@github.com
  2. OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: Applying options for *
  5. debug1: Connecting to github.com [207.97.227.239] port 22.
  6. debug1: Connection established.
  7. debug1: identity file /home/melvin/.ssh/id_rsa type 1
  8. debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  9. debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  10. debug1: identity file /home/melvin/.ssh/id_rsa-cert type -1
  11. debug1: identity file /home/melvin/.ssh/id_dsa type -1
  12. debug1: identity file /home/melvin/.ssh/id_dsa-cert type -1
  13. debug1: identity file /home/melvin/.ssh/id_ecdsa type -1
  14. debug1: identity file /home/melvin/.ssh/id_ecdsa-cert type -1
  15. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5github2
  16. debug1: match: OpenSSH_5.1p1 Debian-5github2 pat OpenSSH*
  17. debug1: Enabling compatibility mode for protocol 2.0
  18. debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1
  19. debug1: SSH2_MSG_KEXINIT sent
  20. debug1: SSH2_MSG_KEXINIT received
  21. debug1: kex: server->client aes128-ctr hmac-md5 none
  22. debug1: kex: client->server aes128-ctr hmac-md5 none
  23. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  24. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  25. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  26. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  27. debug1: Server host key: RSA 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48
  28. debug1: Host 'github.com' is known and matches the RSA host key.
  29. debug1: Found key in /home/melvin/.ssh/known_hosts:13
  30. debug1: ssh_rsa_verify: signature correct
  31. debug1: SSH2_MSG_NEWKEYS sent
  32. debug1: expecting SSH2_MSG_NEWKEYS
  33. debug1: SSH2_MSG_NEWKEYS received
  34. debug1: Roaming not allowed by server
  35. debug1: SSH2_MSG_SERVICE_REQUEST sent
  36. debug1: SSH2_MSG_SERVICE_ACCEPT received
  37. debug1: Authentications that can continue: publickey
  38. debug1: Next authentication method: publickey
  39. debug1: Offering RSA public key: /home/melvin/.ssh/id_rsa
  40. debug1: Remote: Forced command: gerve melvincarvalho
  41. debug1: Remote: Port forwarding disabled.
  42. debug1: Remote: X11 forwarding disabled.
  43. debug1: Remote: Agent forwarding disabled.
  44. debug1: Remote: Pty allocation disabled.
  45. debug1: Server accepts key: pkalg ssh-rsa blen 279
  46. debug1: Remote: Forced command: gerve melvincarvalho
  47. debug1: Remote: Port forwarding disabled.
  48. debug1: Remote: X11 forwarding disabled.
  49. debug1: Remote: Agent forwarding disabled.
  50. debug1: Remote: Pty allocation disabled.
  51. debug1: Authentication succeeded (publickey).
  52. Authenticated to github.com ([207.97.227.239]:22).
  53. debug1: channel 0: new [client-session]
  54. debug1: Requesting no-more-sessions@openssh.com
  55. debug1: Entering interactive session.
  56. debug1: Sending environment.
  57. debug1: Sending env LANG = en_US.UTF-8
  58. Hi melvincarvalho! You've successfully authenticated, but GitHub does not provide shell access.
  59. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  60. debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
  61. debug1: channel 0: free: client-session, nchannels 1
  62. Transferred: sent 2624, received 2888 bytes, in 0.2 seconds
  63. Bytes per second: sent 10610.6, received 11678.2
  64. debug1: Exit status 1
Add Comment
Please, Sign In to add comment