Advertisement
Guest User

Untitled

a guest
Jul 24th, 2015
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. Welcome to Git (version 1.9.5-preview20150319)
  2.  
  3.  
  4. Run 'git help git' to display the help index.
  5. Run 'git help <command>' to display help for specific commands.
  6.  
  7. m4X@M4X-PC ~
  8. $ ssh-keygen
  9. Generating public/private rsa key pair.
  10. Enter file in which to save the key (/c/Users/m4X/.ssh/id_rsa):
  11. Created directory '/c/Users/m4X/.ssh'.
  12. Enter passphrase (empty for no passphrase):
  13. Enter same passphrase again:
  14. Your identification has been saved in /c/Users/m4X/.ssh/id_rsa.
  15. Your public key has been saved in /c/Users/m4X/.ssh/id_rsa.pub.
  16. The key fingerprint is:
  17. 64:e5:5f:3a:50:4e:c8:d2:17:87:ef:70:48:95:11:d1 m4X@M4X-PC
  18. The key's randomart image is:
  19. +--[ RSA 2048]----+
  20. | o..++** |
  21. | .o+++.. E|
  22. | o.oo.o. |
  23. | o oooo |
  24. | S ++ |
  25. | .. |
  26. | |
  27. | |
  28. | |
  29. +-----------------+
  30.  
  31. m4X@M4X-PC ~
  32. $ pwd
  33. /c/Users/m4X
  34.  
  35. m4X@M4X-PC ~
  36. $ ssh -p1222 git@eu1.prta.co info
  37. The authenticity of host '[eu1.prta.co]:1222 ([188.40.118.13]:1222)' can't be es
  38. tablished.
  39. ECDSA key fingerprint is c2:c1:a9:dd:f8:41:8e:21:d6:26:5f:27:ef:68:69:46.
  40. Are you sure you want to continue connecting (yes/no)? yes
  41. Please type 'yes' or 'no': yes
  42. Warning: Permanently added '[eu1.prta.co]:1222,[188.40.118.13]:1222' (ECDSA) to
  43. the list of known hosts.
  44. Connection closed by 188.40.118.13
  45.  
  46. m4X@M4X-PC ~
  47. $ ssh -v -p1222 git@eu1.prta.co info
  48. OpenSSH_6.6.1, OpenSSL 1.0.1m 19 Mar 2015
  49. debug1: Connecting to eu1.prta.co [188.40.118.13] port 1222.
  50. debug1: Connection established.
  51. debug1: identity file /c/Users/m4X/.ssh/id_rsa type 1
  52. debug1: identity file /c/Users/m4X/.ssh/id_rsa-cert type -1
  53. debug1: identity file /c/Users/m4X/.ssh/id_dsa type -1
  54. debug1: identity file /c/Users/m4X/.ssh/id_dsa-cert type -1
  55. debug1: identity file /c/Users/m4X/.ssh/id_ecdsa type -1
  56. debug1: identity file /c/Users/m4X/.ssh/id_ecdsa-cert type -1
  57. debug1: identity file /c/Users/m4X/.ssh/id_ed25519 type -1
  58. debug1: identity file /c/Users/m4X/.ssh/id_ed25519-cert type -1
  59. debug1: Enabling compatibility mode for protocol 2.0
  60. debug1: Local version string SSH-2.0-OpenSSH_6.6.1
  61. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1 Debia
  62. n-5ubuntu1.4
  63. debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1.4 pat OpenSSH_5* compat 0x0c000000
  64. debug1: SSH2_MSG_KEXINIT sent
  65. debug1: SSH2_MSG_KEXINIT received
  66. debug1: kex: server->client aes128-ctr hmac-md5 none
  67. debug1: kex: client->server aes128-ctr hmac-md5 none
  68. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  69. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  70. debug1: Server host key: ECDSA c2:c1:a9:dd:f8:41:8e:21:d6:26:5f:27:ef:68:69:46
  71. debug1: Host '[eu1.prta.co]:1222' is known and matches the ECDSA host key.
  72. debug1: Found key in /c/Users/m4X/.ssh/known_hosts:1
  73. debug1: ssh_ecdsa_verify: signature correct
  74. debug1: SSH2_MSG_NEWKEYS sent
  75. debug1: expecting SSH2_MSG_NEWKEYS
  76. debug1: SSH2_MSG_NEWKEYS received
  77. debug1: Roaming not allowed by server
  78. debug1: SSH2_MSG_SERVICE_REQUEST sent
  79. debug1: SSH2_MSG_SERVICE_ACCEPT received
  80. debug1: Authentications that can continue: publickey
  81. debug1: Next authentication method: publickey
  82. debug1: Offering RSA public key: /c/Users/m4X/.ssh/id_rsa
  83. debug1: Server accepts key: pkalg ssh-rsa blen 279
  84. debug1: key_parse_private2: missing begin marker
  85. debug1: read PEM private key done: type RSA
  86. debug1: Authentication succeeded (publickey).
  87. Authenticated to eu1.prta.co ([188.40.118.13]:1222).
  88. debug1: channel 0: new [client-session]
  89. debug1: Requesting no-more-sessions@openssh.com
  90. debug1: Entering interactive session.
  91. debug1: Remote: Forced command.
  92. debug1: Remote: Port forwarding disabled.
  93. debug1: Remote: X11 forwarding disabled.
  94. debug1: Remote: Agent forwarding disabled.
  95. debug1: Remote: Pty allocation disabled.
  96. debug1: Remote: Forced command.
  97. debug1: Remote: Port forwarding disabled.
  98. debug1: Remote: X11 forwarding disabled.
  99. debug1: Remote: Agent forwarding disabled.
  100. debug1: Remote: Pty allocation disabled.
  101. debug1: Sending command: info
  102. hello sserpenss, this is git@eu1 running gitolite3 v3.6.2-4-g2471e18 on git 2.4.
  103. 6
  104.  
  105. R W roster
  106. R W testing
  107. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  108. debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
  109. debug1: channel 0: free: client-session, nchannels 1
  110. Transferred: sent 3312, received 2528 bytes, in 0.3 seconds
  111. Bytes per second: sent 13248.0, received 10112.0
  112. debug1: Exit status 0
  113.  
  114. m4X@M4X-PC ~
  115. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement