Advertisement
Guest User

ssh -vT git@git.my-srv.fr

a guest
Mar 19th, 2013
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.56 KB | None | 0 0
  1. $ ssh -vT git@git.my-srv.fr
  2. OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  5. debug1: Connecting to git.my-srv.fr [my-ip] port 22.
  6. debug1: Connection established.
  7. debug1: identity file /home/my-user/.ssh/id_rsa type -1
  8. debug1: identity file /home/my-user/.ssh/id_rsa-cert type -1
  9. debug1: identity file /home/my-user/.ssh/id_dsa type 2
  10. debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
  11. debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
  12. debug1: identity file /home/my-user/.ssh/id_dsa-cert type -1
  13. debug1: identity file /home/my-user/.ssh/id_ecdsa type -1
  14. debug1: identity file /home/my-user/.ssh/id_ecdsa-cert type -1
  15. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1 Debian-5ubuntu1
  16. debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1 pat OpenSSH*
  17. debug1: Enabling compatibility mode for protocol 2.0
  18. debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1
  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: sending SSH2_MSG_KEX_ECDH_INIT
  24. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  25. debug1: Server host key: ECDSA my-hex-hash
  26. debug1: Host 'git.my-srv.fr' is known and matches the ECDSA host key.
  27. debug1: Found key in /home/my-user/.ssh/known_hosts:5
  28. debug1: ssh_ecdsa_verify: signature correct
  29. debug1: SSH2_MSG_NEWKEYS sent
  30. debug1: expecting SSH2_MSG_NEWKEYS
  31. debug1: SSH2_MSG_NEWKEYS received
  32. debug1: Roaming not allowed by server
  33. debug1: SSH2_MSG_SERVICE_REQUEST sent
  34. debug1: SSH2_MSG_SERVICE_ACCEPT received
  35. debug1: Authentications that can continue: publickey,password
  36. debug1: Next authentication method: publickey
  37. debug1: Trying private key: /home/my-user/.ssh/id_rsa
  38. debug1: Offering DSA public key: /home/my-user/.ssh/id_dsa
  39. debug1: Server accepts key: pkalg ssh-dss blen 434
  40. debug1: read PEM private key done: type DSA
  41. debug1: Authentication succeeded (publickey).
  42. Authenticated to git.my-srv.fr ([my-ip]:22).
  43. debug1: channel 0: new [client-session]
  44. debug1: Requesting no-more-sessions@openssh.com
  45. debug1: Entering interactive session.
  46. debug1: Remote: Forced command.
  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: Remote: Forced command.
  52. debug1: Remote: Port forwarding disabled.
  53. debug1: Remote: X11 forwarding disabled.
  54. debug1: Remote: Agent forwarding disabled.
  55. debug1: Remote: Pty allocation disabled.
  56. debug1: Sending environment.
  57. debug1: Sending env LANG = fr_FR.UTF-8
  58.  (JSON::ParserError)json/common.rb:148:in 'parse': 746: unexpected token at '<html>
  59. <head><title>301 Moved Permanently</title></head>
  60. <body bgcolor="white">
  61. <center><h1>301 Moved Permanently</h1></center>
  62. <hr><center>nginx/1.1.19</center>
  63. </body>
  64. </html>
  65. '
  66.         from /usr/lib/ruby/1.9.1/json/common.rb:148:in 'parse'
  67.         from /home/git/gitlab-shell/lib/gitlab_net.rb:24:in 'discover'
  68.         from /home/git/gitlab-shell/lib/gitlab_shell.rb:28:in 'exec'
  69.         from /home/git/gitlab-shell/bin/gitlab-shell:16:in '<main>'
  70. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  71. debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
  72. debug1: channel 0: free: client-session, nchannels 1
  73. Transferred: sent 2760, received 3104 bytes, in 0.3 seconds
  74. Bytes per second: sent 9244.8, received 10397.0
  75. debug1: Exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement