Advertisement
Guest User

git-shell

a guest
Apr 18th, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.49 KB | None | 0 0
  1.  OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007
  2.     debug1: Reading configuration data /c/Users/username/.ssh/config
  3.     debug1: Applying options for bitbucket.org
  4.     debug1: Connecting to bitbucket.org [131.103.20.167] port 22.
  5.     debug1: Connection established.
  6.     debug1: identity file /c/Users/username/.ssh/id_rsa type 1
  7.     debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3
  8.     debug1: match: OpenSSH_5.3 pat OpenSSH*
  9.     debug1: Enabling compatibility mode for protocol 2.0
  10.     debug1: Local version string SSH-2.0-OpenSSH_4.6
  11.     debug1: SSH2_MSG_KEXINIT sent
  12.     debug1: SSH2_MSG_KEXINIT received
  13.     debug1: kex: server->client aes128-cbc hmac-md5 none
  14.     debug1: kex: client->server aes128-cbc hmac-md5 none
  15.     debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  16.     debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  17.     debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  18.     debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  19.     debug1: Host 'bitbucket.org' is known and matches the RSA host key.
  20.     debug1: Found key in /c/Users/username/.ssh/known_hosts:1
  21.     debug1: ssh_rsa_verify: signature correct
  22.     debug1: SSH2_MSG_NEWKEYS sent
  23.     debug1: expecting SSH2_MSG_NEWKEYS
  24.     debug1: SSH2_MSG_NEWKEYS received
  25. debug1: SSH2_MSG_SERVICE_REQUEST sent
  26. debug1: SSH2_MSG_SERVICE_ACCEPT received
  27. debug1: Authentications that can continue: publickey
  28. debug1: Next authentication method: publickey
  29. debug1: Offering public key: /c/Users/username/.ssh/id_rsa
  30. debug1: Remote: Forced command: conq username:user2
  31. debug1: Remote: Port forwarding disabled.
  32. debug1: Remote: X11 forwarding disabled.
  33. debug1: Remote: Agent forwarding disabled.
  34. debug1: Remote: Pty allocation disabled.
  35. debug1: Server accepts key: pkalg ssh-rsa blen 277
  36. debug1: Remote: Forced command: conq username:user2
  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: Authentication succeeded (publickey).
  42. debug1: channel 0: new [client-session]
  43.     debug1: Entering interactive session.
  44.     logged in as user2.
  45.  
  46. You can use git or hg to connect to Bitbucket. Shell access is disabled.
  47. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  48. debug1: channel 0: free: client-session, nchannels 1
  49. Connection to bitbucket.org closed.
  50. debug1: Transferred: stdin 0, stdout 0, stderr 37 bytes in 0.2 seconds
  51. debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 161.6
  52. debug1: Exit status 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement