Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2016
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. $ scp -v test.7z user@host.com:/tmp
  2. Executing: program /usr/bin/ssh host host.com, user user, command scp -v -t /tmp
  3. OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
  4. debug1: Reading configuration data /home/user/.ssh/config
  5. debug1: /home/user/.ssh/config line 1: Applying options for host.com
  6. debug1: Reading configuration data /etc/ssh/ssh_config
  7. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  8. debug1: Connecting to host.com [xx.yy.zz.aa] port bb.
  9. debug1: Connection established.
  10. debug1: identity file /home/user/.ssh/id_rsa type -1
  11. debug1: identity file /home/user/.ssh/id_rsa-cert type -1
  12. debug1: identity file /home/user/.ssh/id_dsa type -1
  13. debug1: identity file /home/user/.ssh/id_dsa-cert type -1
  14. debug1: identity file /home/user/.ssh/id_ecdsa type -1
  15. debug1: identity file /home/user/.ssh/id_ecdsa-cert type -1
  16. debug1: identity file /home/user/.ssh/id_ed25519 type -1
  17. debug1: identity file /home/user/.ssh/id_ed25519-cert type -1
  18. debug1: Enabling compatibility mode for protocol 2.0
  19. debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.4
  20. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.4
  21. debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.4 pat OpenSSH_6.6.1* compat 0x04000000
  22. debug1: SSH2_MSG_KEXINIT sent
  23. debug1: SSH2_MSG_KEXINIT received
  24. debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none
  25. debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com none
  26. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  27. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  28. debug1: Server host key: RSA xx:yy:zz...
  29. debug1: Host '[host.com]:bb' is known and matches the RSA host key.
  30. debug1: Found key in /home/user/.ssh/known_hosts:1
  31. debug1: ssh_rsa_verify: signature correct
  32. debug1: SSH2_MSG_NEWKEYS sent
  33. debug1: expecting SSH2_MSG_NEWKEYS
  34. debug1: SSH2_MSG_NEWKEYS received
  35. debug1: SSH2_MSG_SERVICE_REQUEST sent
  36. debug1: SSH2_MSG_SERVICE_ACCEPT received
  37. debug1: Authentications that can continue: publickey,password
  38. debug1: Next authentication method: publickey
  39. debug1: Trying private key: /home/user/.ssh/id_rsa
  40. debug1: Trying private key: /home/user/.ssh/id_dsa
  41. debug1: Trying private key: /home/user/.ssh/id_ecdsa
  42. debug1: Trying private key: /home/user/.ssh/id_ed25519
  43. debug1: Next authentication method: password
  44. user@host.com's password:
  45. debug1: Authentication succeeded (password).
  46. Authenticated to host.com ([xx.yy.zz.aa]:bb).
  47. debug1: channel 0: new [client-session]
  48. debug1: Requesting no-more-sessions@openssh.com
  49. debug1: Entering interactive session.
  50. debug1: Sending environment.
  51. debug1: Sending env LANG = en_ZA.UTF-8
  52. debug1: Sending command: scp -v -t /tmp
  53. Sending file modes: C0664 3367893 test.7z
  54. Sink: C0664 3367893 test.7z
  55. test.7z 64% 2112KB 536.8KB/s - stalled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement