Advertisement
Satumaimo10

GIT_SSH_COMMAND="ssh -vvv"(1)

Apr 2nd, 2020
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.84 KB | None | 0 0
  1. $ GIT_SSH_COMMAND="ssh -vvv" git clone git@github.com:Satumaimo10/fibonacci.git
  2. Cloning into 'fibonacci'...
  3. OpenSSH_7.6p1 Ubuntu-4ubuntu0.3, OpenSSL 1.0.2n 7 Dec 2017
  4. debug1: Reading configuration data /home/(ユーザー名)/.ssh/config
  5. debug1: /home/(ユーザー名)/.ssh/config line 1: Applying options for github.com
  6. debug1: Reading configuration data /etc/ssh/ssh_config
  7. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  8. debug2: resolving "github.com" port 22
  9. debug2: ssh_connect_direct: needpriv 0
  10. debug1: Connecting to github.com [52.192.72.89] port 22.
  11. debug1: Connection established.
  12. debug1: identity file /home/(ユーザー名)/.ssh/new_github_rsa type 0
  13. debug1: key_load_public: No such file or directory
  14. debug1: identity file /home/(ユーザー名)/.ssh/new_github_rsa-cert type -1
  15. debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3
  16. debug1: Remote protocol version 2.0, remote software version babeld-72deb3a2
  17. debug1: no match: babeld-72deb3a2
  18. debug2: fd 3 setting O_NONBLOCK
  19. debug1: Authenticating to github.com:22 as 'git'
  20. debug3: hostkeys_foreach: reading file "/home/(ユーザー名)/.ssh/known_hosts"
  21. debug3: record_hostkey: found key type RSA in file /home/(ユーザー名)/.ssh/known_hosts:4
  22. debug3: load_hostkeys: loaded 1 keys from github.com
  23. debug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-rsa-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  24. debug3: send packet: type 20
  25. debug1: SSH2_MSG_KEXINIT sent
  26. debug3: receive packet: type 20
  27. debug1: SSH2_MSG_KEXINIT received
  28. debug2: local client KEXINIT proposal
  29. debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c
  30. debug2: host key algorithms: ssh-rsa-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519
  31. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  32. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  33. debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  34. debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  35. debug2: compression ctos: none,zlib@openssh.com,zlib
  36. debug2: compression stoc: none,zlib@openssh.com,zlib
  37. debug2: languages ctos:
  38. debug2: languages stoc:
  39. debug2: first_kex_follows 0
  40. debug2: reserved 0
  41. debug2: peer server KEXINIT proposal
  42. debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256
  43. debug2: host key algorithms: ssh-dss,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  44. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc
  45. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc
  46. debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  47. debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  48. debug2: compression ctos: none,zlib,zlib@openssh.com
  49. debug2: compression stoc: none,zlib,zlib@openssh.com
  50. debug2: languages ctos:
  51. debug2: languages stoc:
  52. debug2: first_kex_follows 0
  53. debug2: reserved 0
  54. debug1: kex: algorithm: curve25519-sha256
  55. debug1: kex: host key algorithm: rsa-sha2-512
  56. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  57. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  58. debug3: send packet: type 30
  59. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  60. debug3: receive packet: type 31
  61. debug1: Server host key: ssh-rsa SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8
  62. debug3: hostkeys_foreach: reading file "/home/(ユーザー名)/.ssh/known_hosts"
  63. debug3: record_hostkey: found key type RSA in file /home/(ユーザー名)/.ssh/known_hosts:4
  64. debug3: load_hostkeys: loaded 1 keys from github.com
  65. debug3: hostkeys_foreach: reading file "/home/(ユーザー名)/.ssh/known_hosts"
  66. debug3: record_hostkey: found key type RSA in file /home/(ユーザー名)/.ssh/known_hosts:3
  67. debug3: load_hostkeys: loaded 1 keys from 52.192.72.89
  68. debug1: Host 'github.com' is known and matches the RSA host key.
  69. debug1: Found key in /home/(ユーザー名)/.ssh/known_hosts:4
  70. debug3: send packet: type 21
  71. debug2: set_newkeys: mode 1
  72. debug1: rekey after 134217728 blocks
  73. debug1: SSH2_MSG_NEWKEYS sent
  74. debug1: expecting SSH2_MSG_NEWKEYS
  75. debug3: receive packet: type 21
  76. debug1: SSH2_MSG_NEWKEYS received
  77. debug2: set_newkeys: mode 0
  78. debug1: rekey after 134217728 blocks
  79. debug2: key: /home/(ユーザー名)/.ssh/new_github_rsa (0x55e521e85c80), explicit, agent
  80. debug2: key: (ユーザー名)@(ユーザー名)-ubuntu (0x55e521e96790), agent
  81. debug3: send packet: type 5
  82. debug3: receive packet: type 7
  83. debug1: SSH2_MSG_EXT_INFO received
  84. debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-rsa,rsa-sha2-512,rsa-sha2-256,ssh-dss>
  85. debug3: receive packet: type 6
  86. debug2: service_accept: ssh-userauth
  87. debug1: SSH2_MSG_SERVICE_ACCEPT received
  88. debug3: send packet: type 50
  89. debug3: receive packet: type 51
  90. debug1: Authentications that can continue: publickey
  91. debug3: start over, passed a different list publickey
  92. debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
  93. debug3: authmethod_lookup publickey
  94. debug3: remaining preferred: keyboard-interactive,password
  95. debug3: authmethod_is_enabled publickey
  96. debug1: Next authentication method: publickey
  97. debug1: Offering public key: RSA SHA256:q1BYo5TGSROxOczENTk/el1aBZs/phEC1eEVhAurE+0 /home/(ユーザー名)/.ssh/new_github_rsa
  98. debug3: send_pubkey_test
  99. debug3: send packet: type 50
  100. debug2: we sent a publickey packet, wait for reply
  101. debug3: receive packet: type 60
  102. debug1: Server accepts key: pkalg ssh-rsa blen 535
  103. debug2: input_userauth_pk_ok: fp SHA256:q1BYo5TGSROxOczENTk/el1aBZs/phEC1eEVhAurE+0
  104. debug3: sign_and_send_pubkey: RSA SHA256:q1BYo5TGSROxOczENTk/el1aBZs/phEC1eEVhAurE+0
  105. debug3: send packet: type 50
  106. debug3: receive packet: type 52
  107. debug1: Authentication succeeded (publickey).
  108. Authenticated to github.com ([52.192.72.89]:22).
  109. debug2: fd 5 setting O_NONBLOCK
  110. debug2: fd 6 setting O_NONBLOCK
  111. debug1: channel 0: new [client-session]
  112. debug3: ssh_session2_open: channel_new: 0
  113. debug2: channel 0: send open
  114. debug3: send packet: type 90
  115. debug1: Entering interactive session.
  116. debug1: pledge: network
  117. debug3: receive packet: type 91
  118. debug2: channel_input_open_confirmation: channel 0: callback start
  119. debug2: fd 3 setting TCP_NODELAY
  120. debug3: ssh_packet_set_tos: set IP_TOS 0x08
  121. debug2: client_session2_setup: id 0
  122. debug1: Sending environment.
  123. debug3: Ignored env LESSOPEN
  124. debug3: Ignored env GIT_SSH_COMMAND
  125. debug3: Ignored env USER
  126. debug3: Ignored env TEXTDOMAIN
  127. debug3: Ignored env XDG_SEAT
  128. debug3: Ignored env SSH_AGENT_PID
  129. debug3: Ignored env XDG_SESSION_TYPE
  130. debug3: Ignored env SHLVL
  131. debug3: Ignored env HOME
  132. debug3: Ignored env OLDPWD
  133. debug3: Ignored env QT4_IM_MODULE
  134. debug3: Ignored env DESKTOP_SESSION
  135. debug3: Ignored env NVM_BIN
  136. debug3: Ignored env GNOME_SHELL_SESSION_MODE
  137. debug3: Ignored env GTK_MODULES
  138. debug3: Ignored env DBUS_SESSION_BUS_ADDRESS
  139. debug3: Ignored env COLORTERM
  140. debug3: Ignored env NVM_DIR
  141. debug3: Ignored env IM_CONFIG_PHASE
  142. debug3: Ignored env GTK_IM_MODULE
  143. debug3: Ignored env LOGNAME
  144. debug3: Ignored env DESKTOP_AUTOSTART_ID
  145. debug3: Ignored env _
  146. debug3: Ignored env TERM
  147. debug3: Ignored env USERNAME
  148. debug3: Ignored env XDG_SESSION_ID
  149. debug3: Ignored env GNOME_DESKTOP_SESSION_ID
  150. debug3: Ignored env WINDOWPATH
  151. debug3: Ignored env PATH
  152. debug3: Ignored env SESSION_MANAGER
  153. debug3: Ignored env GNOME_TERMINAL_SCREEN
  154. debug3: Ignored env XDG_MENU_PREFIX
  155. debug3: Ignored env XDG_RUNTIME_DIR
  156. debug3: Ignored env DISPLAY
  157. debug1: Sending env LANG = ja_JP.UTF-8
  158. debug2: channel 0: request env confirm 0
  159. debug3: send packet: type 98
  160. debug3: Ignored env XDG_CURRENT_DESKTOP
  161. debug3: Ignored env GNOME_TERMINAL_SERVICE
  162. debug3: Ignored env LS_COLORS
  163. debug3: Ignored env XAUTHORITY
  164. debug3: Ignored env XDG_SESSION_DESKTOP
  165. debug3: Ignored env XMODIFIERS
  166. debug3: Ignored env SSH_AUTH_SOCK
  167. debug3: Ignored env SHELL
  168. debug3: Ignored env GDMSESSION
  169. debug3: Ignored env QT_ACCESSIBILITY
  170. debug3: Ignored env LESSCLOSE
  171. debug3: Ignored env GPG_AGENT_INFO
  172. debug3: Ignored env TEXTDOMAINDIR
  173. debug3: Ignored env QT_IM_MODULE
  174. debug3: Ignored env XDG_VTNR
  175. debug3: Ignored env PWD
  176. debug3: Ignored env CLUTTER_IM_MODULE
  177. debug3: Ignored env NVM_CD_FLAGS
  178. debug3: Ignored env XDG_CONFIG_DIRS
  179. debug3: Ignored env XDG_DATA_DIRS
  180. debug3: Ignored env VTE_VERSION
  181. debug1: Sending command: git-upload-pack 'Satumaimo10/fibonacci.git'
  182. debug2: channel 0: request exec confirm 1
  183. debug3: send packet: type 98
  184. debug2: channel_input_open_confirmation: channel 0: callback done
  185. debug2: channel 0: open confirm rwindow 32000 rmax 35000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement