Guest User

Untitled

a guest
Dec 27th, 2017
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.41 KB | None | 0 0
  1. $ scp -vvvr [redacted] [redacted]@192.168.1.13:/share/MD0_DATA/[redacted]/
  2. Executing: program /usr/bin/ssh host 192.168.1.13, user [redacted], command scp -v -r -t /share/MD0_DATA/[redacted]/
  3. OpenSSH_7.5p1, OpenSSL 1.0.2k 26 Jan 2017
  4. debug1: Reading configuration data /etc/ssh/ssh_config
  5. debug2: resolving "192.168.1.13" port 22
  6. debug2: ssh_connect_direct: needpriv 0
  7. debug1: Connecting to 192.168.1.13 [192.168.1.13] port 22.
  8. debug1: Connection established.
  9. debug1: key_load_public: No such file or directory
  10. debug1: identity file /c/Users/[redacted]/.ssh/id_rsa type -1
  11. debug1: key_load_public: No such file or directory
  12. debug1: identity file /c/Users/[redacted]/.ssh/id_rsa-cert type -1
  13. debug1: key_load_public: No such file or directory
  14. debug1: identity file /c/Users/[redacted]/.ssh/id_dsa type -1
  15. debug1: key_load_public: No such file or directory
  16. debug1: identity file /c/Users/[redacted]/.ssh/id_dsa-cert type -1
  17. debug1: key_load_public: No such file or directory
  18. debug1: identity file /c/Users/[redacted]/.ssh/id_ecdsa type -1
  19. debug1: key_load_public: No such file or directory
  20. debug1: identity file /c/Users/[redacted]/.ssh/id_ecdsa-cert type -1
  21. debug1: key_load_public: No such file or directory
  22. debug1: identity file /c/Users/[redacted]/.ssh/id_ed25519 type -1
  23. debug1: key_load_public: No such file or directory
  24. debug1: identity file /c/Users/[redacted]/.ssh/id_ed25519-cert type -1
  25. debug1: Enabling compatibility mode for protocol 2.0
  26. debug1: Local version string SSH-2.0-OpenSSH_7.5
  27. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.3
  28. debug1: match: OpenSSH_7.3 pat OpenSSH* compat 0x04000000
  29. debug2: fd 3 setting O_NONBLOCK
  30. debug1: Authenticating to 192.168.1.13:22 as '[redacted]'
  31. debug3: hostkeys_foreach: reading file "/c/Users/[redacted]/.ssh/known_hosts"
  32. debug3: record_hostkey: found key type RSA in file /c/Users/[redacted]/.ssh/known_hosts:1
  33. debug3: load_hostkeys: loaded 1 keys from 192.168.1.13
  34. debug3: order_hostkeyalgs: prefer hostkeyalgs: [email protected],rsa-sha2-512,rsa-sha2-256,ssh-rsa
  35. debug3: send packet: type 20
  36. debug1: SSH2_MSG_KEXINIT sent
  37. debug3: receive packet: type 20
  38. debug1: SSH2_MSG_KEXINIT received
  39. debug2: local client KEXINIT proposal
  40. 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
  41. 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
  42. debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],aes128-cbc,aes192-cbc,aes256-cbc
  43. debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],aes128-cbc,aes192-cbc,aes256-cbc
  44. debug2: compression ctos: none,[email protected],zlib
  45. debug2: compression stoc: none,[email protected],zlib
  46. debug2: languages ctos:
  47. debug2: languages stoc:
  48. debug2: first_kex_follows 0
  49. debug2: reserved 0
  50. debug2: peer server KEXINIT proposal
  51. debug2: KEX algorithms: [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-group14-sha256,diffie-hellman-group14-sha1
  52. debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256
  53. debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  54. debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  55. debug2: compression ctos: none,[email protected]
  56. debug2: compression stoc: none,[email protected]
  57. debug2: languages ctos:
  58. debug2: languages stoc:
  59. debug2: first_kex_follows 0
  60. debug2: reserved 0
  61. debug1: kex: algorithm: [email protected]
  62. debug1: kex: host key algorithm: rsa-sha2-512
  63. debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
  64. debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
  65. debug3: send packet: type 30
  66. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  67. debug3: receive packet: type 31
  68. debug1: Server host key: ssh-rsa SHA256:Fri/R1SwfE1zUEOKGY2NOT8mblqVnbTOF/veSZ4mwo0
  69. debug3: hostkeys_foreach: reading file "/c/Users/[redacted]/.ssh/known_hosts"
  70. debug3: record_hostkey: found key type RSA in file /c/Users/[redacted]/.ssh/known_hosts:1
  71. debug3: load_hostkeys: loaded 1 keys from 192.168.1.13
  72. debug1: Host '192.168.1.13' is known and matches the RSA host key.
  73. debug1: Found key in /c/Users/[redacted]/.ssh/known_hosts:1
  74. debug3: send packet: type 21
  75. debug2: set_newkeys: mode 1
  76. debug1: rekey after 134217728 blocks
  77. debug1: SSH2_MSG_NEWKEYS sent
  78. debug1: expecting SSH2_MSG_NEWKEYS
  79. debug3: receive packet: type 21
  80. debug1: SSH2_MSG_NEWKEYS received
  81. debug2: set_newkeys: mode 0
  82. debug1: rekey after 134217728 blocks
  83. debug2: key: /c/Users/[redacted]/.ssh/id_rsa (0x0)
  84. debug2: key: /c/Users/[redacted]/.ssh/id_dsa (0x0)
  85. debug2: key: /c/Users/[redacted]/.ssh/id_ecdsa (0x0)
  86. debug2: key: /c/Users/[redacted]/.ssh/id_ed25519 (0x0)
  87. debug3: send packet: type 5
  88. debug3: receive packet: type 7
  89. debug1: SSH2_MSG_EXT_INFO received
  90. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  91. debug3: receive packet: type 6
  92. debug2: service_accept: ssh-userauth
  93. debug1: SSH2_MSG_SERVICE_ACCEPT received
  94. debug3: send packet: type 50
  95. debug3: receive packet: type 51
  96. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  97. debug3: start over, passed a different list publickey,password,keyboard-interactive
  98. debug3: preferred publickey,keyboard-interactive,password
  99. debug3: authmethod_lookup publickey
  100. debug3: remaining preferred: keyboard-interactive,password
  101. debug3: authmethod_is_enabled publickey
  102. debug1: Next authentication method: publickey
  103. debug1: Trying private key: /c/Users/[redacted]/.ssh/id_rsa
  104. debug3: no such identity: /c/Users/[redacted]/.ssh/id_rsa: No such file or directory
  105. debug1: Trying private key: /c/Users/[redacted]/.ssh/id_dsa
  106. debug3: no such identity: /c/Users/[redacted]/.ssh/id_dsa: No such file or directory
  107. debug1: Trying private key: /c/Users/[redacted]/.ssh/id_ecdsa
  108. debug3: no such identity: /c/Users/[redacted]/.ssh/id_ecdsa: No such file or directory
  109. debug1: Trying private key: /c/Users/[redacted]/.ssh/id_ed25519
  110. debug3: no such identity: /c/Users/[redacted]/.ssh/id_ed25519: No such file or directory
  111. debug2: we did not send a packet, disable method
  112. debug3: authmethod_lookup keyboard-interactive
  113. debug3: remaining preferred: password
  114. debug3: authmethod_is_enabled keyboard-interactive
  115. debug1: Next authentication method: keyboard-interactive
  116. debug2: userauth_kbdint
  117. debug3: send packet: type 50
  118. debug2: we sent a keyboard-interactive packet, wait for reply
  119. debug3: receive packet: type 51
  120. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  121. debug3: userauth_kbdint: disable: no info_req_seen
  122. debug2: we did not send a packet, disable method
  123. debug3: authmethod_lookup password
  124. debug3: remaining preferred:
  125. debug3: authmethod_is_enabled password
  126. debug1: Next authentication method: password
  127. [redacted]@192.168.1.13's password:
  128. debug3: send packet: type 50
  129. debug2: we sent a password packet, wait for reply
  130. debug3: receive packet: type 52
  131. debug1: Authentication succeeded (password).
  132. Authenticated to 192.168.1.13 ([192.168.1.13]:22).
  133. debug2: fd 4 setting O_NONBLOCK
  134. debug2: fd 5 setting O_NONBLOCK
  135. debug1: channel 0: new [client-session]
  136. debug3: ssh_session2_open: channel_new: 0
  137. debug2: channel 0: send open
  138. debug3: send packet: type 90
  139. debug1: Requesting [email protected]
  140. debug3: send packet: type 80
  141. debug1: Entering interactive session.
  142. debug1: pledge: network
  143. debug3: receive packet: type 80
  144. debug1: client_input_global_request: rtype [email protected] want_reply 0
  145. debug3: receive packet: type 91
  146. debug2: callback start
  147. debug2: fd 3 setting TCP_NODELAY
  148. debug3: ssh_packet_set_tos: set IP_TOS 0x08
  149. debug2: client_session2_setup: id 0
  150. debug1: Sending command: scp -v -r -t /share/MD0_DATA/[redacted]/
  151. debug2: channel 0: request exec confirm 1
  152. debug3: send packet: type 98
  153. debug2: callback done
  154. debug2: channel 0: open confirm rwindow 0 rmax 32768
  155. debug2: channel 0: rcvd adjust 2097152
  156. debug3: receive packet: type 99
  157. debug2: channel_input_status_confirm: type 99 id 0
  158. debug2: exec request accepted on channel 0
  159. Entering directory: D0755 0 Blade Runner 2049.HDRip.XviD.AC3-EVO
  160. debug2: channel 0: rcvd ext data 51
  161. Sink: D0755 0 Blade Runner 2049.HDRip.XviD.AC3-EVO
  162. debug2: channel 0: written 51 to efd 6
  163. Sending file modes: C0644 1868866602 Blade Runner 2049.HDRip.XviD.AC3-EVO.avi
  164. debug2: channel 0: rcvd ext data 64
  165. Sink: C0644 1868866602 Blade Runner 2049.HDRip.XviD.AC3-EVO.avi
  166. debug2: channel 0: written 64 to efd 6
  167. Blade Runner 2049.HDRip.XviD.AC3-EVO.avi 0% 0 0.0KB/s --:-- ETAdebug2: channel 0: rcvd adjust 82023
  168. debug2: channel 0: rcvd adjust 65536
  169. debug2: channel 0: rcvd adjust 65536
  170. debug2: channel 0: rcvd adjust 114688
  171. debug2: channel 0: rcvd adjust 114688
  172. debug2: channel 0: rcvd adjust 114688
  173. debug2: channel 0: rcvd adjust 114688
  174. debug2: channel 0: rcvd adjust 114688
  175. debug2: channel 0: rcvd adjust 114688
  176. debug2: channel 0: rcvd adjust 114688
  177.  
  178. (...)
  179.  
  180. debug2: channel 0: rcvd adjust 114688
  181. debug3: ssh_packet_send2: rekex triggered
  182. debug1: enqueue packet: 94
  183. debug3: send packet: type 20
  184. debug1: SSH2_MSG_KEXINIT sent
  185. debug1: rekeying in progress
  186. debug1: rekeying in progress
  187. debug3: receive packet: type 20
  188. debug1: SSH2_MSG_KEXINIT received
  189. debug2: local client KEXINIT proposal
  190. 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
  191. 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
  192. debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],aes128-cbc,aes192-cbc,aes256-cbc
  193. debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],aes128-cbc,aes192-cbc,aes256-cbc
  194. debug2: compression ctos: none,[email protected],zlib
  195. debug2: compression stoc: none,[email protected],zlib
  196. debug2: languages ctos:
  197. debug2: languages stoc:
  198. debug2: first_kex_follows 0
  199. debug2: reserved 0
  200. debug2: peer server KEXINIT proposal
  201. debug2: KEX algorithms: [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-group14-sha256,diffie-hellman-group14-sha1
  202. debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256
  203. debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  204. debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  205. debug2: compression ctos: none,[email protected]
  206. debug2: compression stoc: none,[email protected]
  207. debug2: languages ctos:
  208. debug2: languages stoc:
  209. debug2: first_kex_follows 0
  210. debug2: reserved 0
  211. debug1: kex: algorithm: [email protected]
  212. debug1: kex: host key algorithm: rsa-sha2-512
  213. debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
  214. debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
  215. debug3: send packet: type 30
  216. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  217. debug1: rekeying in progress
  218. debug1: rekeying in progress
  219. Blade Runner 2049.HDRip.XviD.AC3-EVO.avi 57% 1023MB 5.2MB/s 02:25 ETAdebug3: receive packet: type 31
  220. debug1: Server host key: ssh-rsa SHA256:Fri/R1SwfE1zUEOKGY2NOT8mblqVnbTOF/veSZ4mwo0
  221. debug2: verify_host_key: server host key RSA SHA256:Fri/R1SwfE1zUEOKGY2NOT8mblqVnbTOF/veSZ4mwo0 matches cached key
  222. debug3: send packet: type 21
  223. debug2: set_newkeys: mode 1
  224. debug1: ssh_set_newkeys: rekeying after 134202972 output blocks (1073865636 bytes total)
  225. debug1: rekey after 134217728 blocks
  226. debug1: dequeue packet: 94
  227. debug1: SSH2_MSG_NEWKEYS sent
  228. debug1: expecting SSH2_MSG_NEWKEYS
  229. debug3: receive packet: type 21
  230. debug1: SSH2_MSG_NEWKEYS received
  231. debug2: set_newkeys: mode 0
  232. debug1: ssh_set_newkeys: rekeying after 29111 input blocks (292116 bytes total)
  233. debug1: rekey after 134217728 blocks
  234. debug3: receive packet: type 7
  235. kex protocol error: type 7 seq 14396
  236. debug3: send packet: type 3
  237. debug2: channel 0: rcvd adjust 114688
  238. debug2: channel 0: rcvd adjust 114688
  239. debug2: channel 0: rcvd adjust 114688
  240. debug2: channel 0: rcvd adjust 114688
  241. debug2: channel 0: rcvd adjust 114688
Add Comment
Please, Sign In to add comment