zemaitis

ssh clone log

Dec 12th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1.  
  2. Eimantas@DESKTOP-GNSJUK9 MINGW64 ~
  3. $ clip < ~/.ssh/id_rsa.pub
  4.  
  5. Eimantas@DESKTOP-GNSJUK9 MINGW64 ~
  6. $ git clone [email protected]:fleet-hand/fh-driver.git
  7. Cloning into 'fh-driver'...
  8. GitLab: You are not allowed to download code from this project.
  9. fatal: Could not read from remote repository.
  10.  
  11. Please make sure you have the correct access rights
  12. and the repository exists.
  13.  
  14. Eimantas@DESKTOP-GNSJUK9 MINGW64 ~
  15. $ GIT_SSH_COMMAND='ssh -v' git clone [email protected]:fleet-hand/fh-driver.git Cloning into 'fh-driver'...
  16. OpenSSH_8.1p1, OpenSSL 1.1.1d 10 Sep 2019
  17. debug1: Reading configuration data /etc/ssh/ssh_config
  18. debug1: Connecting to gitlab.programmatus.com [94.176.234.167] port 22.
  19. debug1: Connection established.
  20. debug1: identity file /c/Users/Eimantas/.ssh/id_rsa type 0
  21. debug1: identity file /c/Users/Eimantas/.ssh/id_rsa-cert type -1
  22. debug1: identity file /c/Users/Eimantas/.ssh/id_dsa type -1
  23. debug1: identity file /c/Users/Eimantas/.ssh/id_dsa-cert type -1
  24. debug1: identity file /c/Users/Eimantas/.ssh/id_ecdsa type -1
  25. debug1: identity file /c/Users/Eimantas/.ssh/id_ecdsa-cert type -1
  26. debug1: identity file /c/Users/Eimantas/.ssh/id_ed25519 type -1
  27. debug1: identity file /c/Users/Eimantas/.ssh/id_ed25519-cert type -1
  28. debug1: identity file /c/Users/Eimantas/.ssh/id_xmss type -1
  29. debug1: identity file /c/Users/Eimantas/.ssh/id_xmss-cert type -1
  30. debug1: Local version string SSH-2.0-OpenSSH_8.1
  31. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
  32. debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000002
  33. debug1: Authenticating to gitlab.programmatus.com:22 as 'git'
  34. debug1: SSH2_MSG_KEXINIT sent
  35. debug1: SSH2_MSG_KEXINIT received
  36. debug1: kex: algorithm: [email protected]
  37. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  38. debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
  39. debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
  40. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  41. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:4BN5zZfUFSiKKtvypdUfJdF1PaNxLWMGoAqxIUfWU7w
  42. debug1: Host 'gitlab.programmatus.com' is known and matches the ECDSA host key.
  43. debug1: Found key in /c/Users/Eimantas/.ssh/known_hosts:5
  44. debug1: rekey out after 134217728 blocks
  45. debug1: SSH2_MSG_NEWKEYS sent
  46. debug1: expecting SSH2_MSG_NEWKEYS
  47. debug1: SSH2_MSG_NEWKEYS received
  48. debug1: rekey in after 134217728 blocks
  49. debug1: Will attempt key: /c/Users/Eimantas/.ssh/id_rsa RSA SHA256:MbAMdMACZ9DtfeyKgP1IwmMvE2MfD8DecFoujf0F3tE
  50. debug1: Will attempt key: /c/Users/Eimantas/.ssh/id_dsa
  51. debug1: Will attempt key: /c/Users/Eimantas/.ssh/id_ecdsa
  52. debug1: Will attempt key: /c/Users/Eimantas/.ssh/id_ed25519
  53. debug1: Will attempt key: /c/Users/Eimantas/.ssh/id_xmss
  54. debug1: SSH2_MSG_SERVICE_ACCEPT received
  55. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  56. debug1: Next authentication method: publickey
  57. debug1: Offering public key: /c/Users/Eimantas/.ssh/id_rsa RSA SHA256:MbAMdMACZ9DtfeyKgP1IwmMvE2MfD8DecFoujf0F3tE
  58. debug1: Server accepts key: /c/Users/Eimantas/.ssh/id_rsa RSA SHA256:MbAMdMACZ9DtfeyKgP1IwmMvE2MfD8DecFoujf0F3tE
  59. debug1: Authentication succeeded (publickey).
  60. Authenticated to gitlab.programmatus.com ([94.176.234.167]:22).
  61. debug1: channel 0: new [client-session]
  62. debug1: Requesting [email protected]
  63. debug1: Entering interactive session.
  64. debug1: pledge: network
  65. debug1: Remote: Forced command.
  66. debug1: Remote: Port forwarding disabled.
  67. debug1: Remote: X11 forwarding disabled.
  68. debug1: Remote: Agent forwarding disabled.
  69. debug1: Remote: Pty allocation disabled.
  70. debug1: Remote: Forced command.
  71. debug1: Remote: Port forwarding disabled.
  72. debug1: Remote: X11 forwarding disabled.
  73. debug1: Remote: Agent forwarding disabled.
  74. debug1: Remote: Pty allocation disabled.
  75. debug1: Sending command: git-upload-pack 'fleet-hand/fh-driver.git'
  76. GitLab: You are not allowed to download code from this project.
  77. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  78. debug1: client_input_channel_req: channel 0 rtype [email protected] reply 0
  79. debug1: channel 0: free: client-session, nchannels 1fatal: Could not read from remote repository.
  80.  
  81. Please make sure you have the correct access rights
  82. and the repository exists.
  83.  
  84. Transferred: sent 3572, received 3304 bytes, in 0.3 seconds
  85. Bytes per second: sent 12215.3, received 11298.9
  86. debug1: Exit status 1
  87.  
  88. Eimantas@DESKTOP-GNSJUK9 MINGW64 ~
  89. $
Advertisement
Add Comment
Please, Sign In to add comment