Advertisement
Guest User

Untitled

a guest
Nov 25th, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. OpenSSH_7.9p1, LibreSSL 2.7.3
  2. debug1: Reading configuration data /Users/stephane/.ssh/config
  3. debug1: /Users/stephane/.ssh/config line 1: Applying options for gitlab.com
  4. debug1: Reading configuration data /etc/ssh/ssh_config
  5. debug1: /etc/ssh/ssh_config line 48: Applying options for *
  6. debug1: Connecting to altssh.gitlab.com [35.190.168.187] port 443.
  7. debug1: Connection established.
  8. debug1: identity file /Users/stephane/.ssh/id_rsa type 0
  9. debug1: identity file /Users/stephane/.ssh/id_rsa-cert type -1
  10. debug1: Local version string SSH-2.0-OpenSSH_7.9
  11. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
  12. debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.8 pat OpenSSH_7.0*,OpenSSH_7.1*,OpenSSH_7.2*,OpenSSH_7.3*,OpenSSH_7.4*,OpenSSH_7.5*,OpenSSH_7.6*,OpenSSH_7.7* compat 0x04000002
  13. debug1: Authenticating to altssh.gitlab.com:443 as 'git'
  14. debug1: SSH2_MSG_KEXINIT sent
  15. debug1: SSH2_MSG_KEXINIT received
  16. debug1: kex: algorithm: [email protected]
  17. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  18. debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
  19. debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
  20. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  21. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:xxx
  22. debug1: Host '[altssh.gitlab.com]:443' is known and matches the ECDSA host key.
  23. debug1: Found key in /Users/stephane/.ssh/known_hosts:2
  24. debug1: rekey after 134217728 blocks
  25. debug1: SSH2_MSG_NEWKEYS sent
  26. debug1: expecting SSH2_MSG_NEWKEYS
  27. debug1: SSH2_MSG_NEWKEYS received
  28. debug1: rekey after 134217728 blocks
  29. debug1: Will attempt key: /Users/stephane/.ssh/id_rsa RSA SHA256:bWVrpe/xxxx explicit agent
  30. debug1: SSH2_MSG_EXT_INFO received
  31. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  32. debug1: SSH2_MSG_SERVICE_ACCEPT received
  33. debug1: Authentications that can continue: publickey
  34. debug1: Next authentication method: publickey
  35. debug1: Offering public key: /Users/stephane/.ssh/id_rsa RSA SHA256:bWVrpe/xxxx explicit agent
  36. debug1: Server accepts key: /Users/stephane/.ssh/id_rsa RSA SHA256:bWVrpe/xxxx explicit agent
  37. debug1: Authentication succeeded (publickey).
  38. Authenticated to altssh.gitlab.com ([35.190.xx.xx]:443).
  39. debug1: channel 0: new [client-session]
  40. debug1: Requesting [email protected]
  41. debug1: Entering interactive session.
  42. debug1: pledge: network
  43. debug1: client_input_global_request: rtype [email protected] want_reply 0
  44. debug1: Remote: Forced command.
  45. debug1: Remote: Port forwarding disabled.
  46. debug1: Remote: X11 forwarding disabled.
  47. debug1: Remote: Agent forwarding disabled.
  48. debug1: Remote: PTY allocation disabled.
  49. debug1: Remote: Forced command.
  50. debug1: Remote: Port forwarding disabled.
  51. debug1: Remote: X11 forwarding disabled.
  52. debug1: Remote: Agent forwarding disabled.
  53. debug1: Remote: PTY allocation disabled.
  54. debug1: Sending environment.
  55. debug1: Sending env LC_TERMINAL_VERSION = 3.3.7
  56. debug1: Sending env LC_TERMINAL = iTerm2
  57. debug1: Sending env LC_CTYPE = UTF-8
  58. debug1: client_input_channel_req: channel 0 rtype [email protected] reply 1
  59. debug1: client_input_channel_req: channel 0 rtype [email protected] reply 1
  60. debug1: client_input_channel_req: channel 0 rtype [email protected] reply 1
  61. debug1: channel 0: free: client-session, nchannels 1
  62. Connection to altssh.gitlab.com closed by remote host.
  63. Transferred: sent 3640, received 3488 bytes, in 120.3 seconds
  64. Bytes per second: sent 30.3, received 29.0
  65. debug1: Exit status -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement