Satumaimo10

GIT_SSH_COMMAND="ssh -vvv"(1)

Apr 2nd, 2020
395
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 [email protected]: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: [email protected],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,[email protected],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: [email protected],rsa-sha2-512,rsa-sha2-256,ssh-rsa,[email protected],[email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519
  31. debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  32. debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  33. debug2: compression ctos: none,[email protected],zlib
  34. debug2: compression stoc: none,[email protected],zlib
  35. debug2: languages ctos:
  36. debug2: languages stoc:
  37. debug2: first_kex_follows 0
  38. debug2: reserved 0
  39. debug2: peer server KEXINIT proposal
  40. debug2: KEX algorithms: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256
  41. debug2: host key algorithms: ssh-dss,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  42. debug2: ciphers ctos: [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc
  43. debug2: ciphers stoc: [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc
  44. debug2: MACs ctos: [email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1
  45. debug2: MACs stoc: [email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1
  46. debug2: compression ctos: none,zlib,[email protected]
  47. debug2: compression stoc: none,zlib,[email protected]
  48. debug2: languages ctos:
  49. debug2: languages stoc:
  50. debug2: first_kex_follows 0
  51. debug2: reserved 0
  52. debug1: kex: algorithm: curve25519-sha256
  53. debug1: kex: host key algorithm: rsa-sha2-512
  54. debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
  55. debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
  56. debug3: send packet: type 30
  57. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  58. debug3: receive packet: type 31
  59. debug1: Server host key: ssh-rsa SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8
  60. debug3: hostkeys_foreach: reading file "/home/(ユーザー名)/.ssh/known_hosts"
  61. debug3: record_hostkey: found key type RSA in file /home/(ユーザー名)/.ssh/known_hosts:4
  62. debug3: load_hostkeys: loaded 1 keys from github.com
  63. debug3: hostkeys_foreach: reading file "/home/(ユーザー名)/.ssh/known_hosts"
  64. debug3: record_hostkey: found key type RSA in file /home/(ユーザー名)/.ssh/known_hosts:3
  65. debug3: load_hostkeys: loaded 1 keys from 52.192.72.89
  66. debug1: Host 'github.com' is known and matches the RSA host key.
  67. debug1: Found key in /home/(ユーザー名)/.ssh/known_hosts:4
  68. debug3: send packet: type 21
  69. debug2: set_newkeys: mode 1
  70. debug1: rekey after 134217728 blocks
  71. debug1: SSH2_MSG_NEWKEYS sent
  72. debug1: expecting SSH2_MSG_NEWKEYS
  73. debug3: receive packet: type 21
  74. debug1: SSH2_MSG_NEWKEYS received
  75. debug2: set_newkeys: mode 0
  76. debug1: rekey after 134217728 blocks
  77. debug2: key: /home/(ユーザー名)/.ssh/new_github_rsa (0x55e521e85c80), explicit, agent
  78. debug2: key: (ユーザー名)@(ユーザー名)-ubuntu (0x55e521e96790), agent
  79. debug3: send packet: type 5
  80. debug3: receive packet: type 7
  81. debug1: SSH2_MSG_EXT_INFO received
  82. 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>
  83. debug3: receive packet: type 6
  84. debug2: service_accept: ssh-userauth
  85. debug1: SSH2_MSG_SERVICE_ACCEPT received
  86. debug3: send packet: type 50
  87. debug3: receive packet: type 51
  88. debug1: Authentications that can continue: publickey
  89. debug3: start over, passed a different list publickey
  90. debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
  91. debug3: authmethod_lookup publickey
  92. debug3: remaining preferred: keyboard-interactive,password
  93. debug3: authmethod_is_enabled publickey
  94. debug1: Next authentication method: publickey
  95. debug1: Offering public key: RSA SHA256:q1BYo5TGSROxOczENTk/el1aBZs/phEC1eEVhAurE+0 /home/(ユーザー名)/.ssh/new_github_rsa
  96. debug3: send_pubkey_test
  97. debug3: send packet: type 50
  98. debug2: we sent a publickey packet, wait for reply
  99. debug3: receive packet: type 60
  100. debug1: Server accepts key: pkalg ssh-rsa blen 535
  101. debug2: input_userauth_pk_ok: fp SHA256:q1BYo5TGSROxOczENTk/el1aBZs/phEC1eEVhAurE+0
  102. debug3: sign_and_send_pubkey: RSA SHA256:q1BYo5TGSROxOczENTk/el1aBZs/phEC1eEVhAurE+0
  103. debug3: send packet: type 50
  104. debug3: receive packet: type 52
  105. debug1: Authentication succeeded (publickey).
  106. Authenticated to github.com ([52.192.72.89]:22).
  107. debug2: fd 5 setting O_NONBLOCK
  108. debug2: fd 6 setting O_NONBLOCK
  109. debug1: channel 0: new [client-session]
  110. debug3: ssh_session2_open: channel_new: 0
  111. debug2: channel 0: send open
  112. debug3: send packet: type 90
  113. debug1: Entering interactive session.
  114. debug1: pledge: network
  115. debug3: receive packet: type 91
  116. debug2: channel_input_open_confirmation: channel 0: callback start
  117. debug2: fd 3 setting TCP_NODELAY
  118. debug3: ssh_packet_set_tos: set IP_TOS 0x08
  119. debug2: client_session2_setup: id 0
  120. debug1: Sending environment.
  121. debug3: Ignored env LESSOPEN
  122. debug3: Ignored env GIT_SSH_COMMAND
  123. debug3: Ignored env USER
  124. debug3: Ignored env TEXTDOMAIN
  125. debug3: Ignored env XDG_SEAT
  126. debug3: Ignored env SSH_AGENT_PID
  127. debug3: Ignored env XDG_SESSION_TYPE
  128. debug3: Ignored env SHLVL
  129. debug3: Ignored env HOME
  130. debug3: Ignored env OLDPWD
  131. debug3: Ignored env QT4_IM_MODULE
  132. debug3: Ignored env DESKTOP_SESSION
  133. debug3: Ignored env NVM_BIN
  134. debug3: Ignored env GNOME_SHELL_SESSION_MODE
  135. debug3: Ignored env GTK_MODULES
  136. debug3: Ignored env DBUS_SESSION_BUS_ADDRESS
  137. debug3: Ignored env COLORTERM
  138. debug3: Ignored env NVM_DIR
  139. debug3: Ignored env IM_CONFIG_PHASE
  140. debug3: Ignored env GTK_IM_MODULE
  141. debug3: Ignored env LOGNAME
  142. debug3: Ignored env DESKTOP_AUTOSTART_ID
  143. debug3: Ignored env _
  144. debug3: Ignored env TERM
  145. debug3: Ignored env USERNAME
  146. debug3: Ignored env XDG_SESSION_ID
  147. debug3: Ignored env GNOME_DESKTOP_SESSION_ID
  148. debug3: Ignored env WINDOWPATH
  149. debug3: Ignored env PATH
  150. debug3: Ignored env SESSION_MANAGER
  151. debug3: Ignored env GNOME_TERMINAL_SCREEN
  152. debug3: Ignored env XDG_MENU_PREFIX
  153. debug3: Ignored env XDG_RUNTIME_DIR
  154. debug3: Ignored env DISPLAY
  155. debug1: Sending env LANG = ja_JP.UTF-8
  156. debug2: channel 0: request env confirm 0
  157. debug3: send packet: type 98
  158. debug3: Ignored env XDG_CURRENT_DESKTOP
  159. debug3: Ignored env GNOME_TERMINAL_SERVICE
  160. debug3: Ignored env LS_COLORS
  161. debug3: Ignored env XAUTHORITY
  162. debug3: Ignored env XDG_SESSION_DESKTOP
  163. debug3: Ignored env XMODIFIERS
  164. debug3: Ignored env SSH_AUTH_SOCK
  165. debug3: Ignored env SHELL
  166. debug3: Ignored env GDMSESSION
  167. debug3: Ignored env QT_ACCESSIBILITY
  168. debug3: Ignored env LESSCLOSE
  169. debug3: Ignored env GPG_AGENT_INFO
  170. debug3: Ignored env TEXTDOMAINDIR
  171. debug3: Ignored env QT_IM_MODULE
  172. debug3: Ignored env XDG_VTNR
  173. debug3: Ignored env PWD
  174. debug3: Ignored env CLUTTER_IM_MODULE
  175. debug3: Ignored env NVM_CD_FLAGS
  176. debug3: Ignored env XDG_CONFIG_DIRS
  177. debug3: Ignored env XDG_DATA_DIRS
  178. debug3: Ignored env VTE_VERSION
  179. debug1: Sending command: git-upload-pack 'Satumaimo10/fibonacci.git'
  180. debug2: channel 0: request exec confirm 1
  181. debug3: send packet: type 98
  182. debug2: channel_input_open_confirmation: channel 0: callback done
  183. debug2: channel 0: open confirm rwindow 32000 rmax 35000
Advertisement
Add Comment
Please, Sign In to add comment