Advertisement
Guest User

Untitled

a guest
May 27th, 2017
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. Executing: program /usr/bin/ssh host CB, user (unspecified), command scp -v -t ~/
  2. OpenSSH_5.3p1, OpenSSL 0.9.8n 24 Mar 2010
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: Connecting to CB [10.206.35.224] port 22.
  5. debug1: Connection established.
  6. debug1: identity file /home/cepelka/.ssh/identity type -1
  7. debug1: identity file /home/cepelka/.ssh/id_rsa type -1
  8. debug1: identity file /home/cepelka/.ssh/id_dsa type -1
  9. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-3
  10. debug1: match: OpenSSH_5.1p1 Debian-3 pat OpenSSH*
  11. debug1: Enabling compatibility mode for protocol 2.0
  12. debug1: Local version string SSH-2.0-OpenSSH_5.3
  13. debug1: SSH2_MSG_KEXINIT sent
  14. debug1: SSH2_MSG_KEXINIT received
  15. debug1: kex: server->client aes128-ctr hmac-md5 none
  16. debug1: kex: client->server aes128-ctr hmac-md5 none
  17. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  18. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  19. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  20. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  21. debug1: Host 'cb' is known and matches the RSA host key.
  22. debug1: Found key in /home/cepelka/.ssh/known_hosts:2
  23. debug1: ssh_rsa_verify: signature correct
  24. debug1: SSH2_MSG_NEWKEYS sent
  25. debug1: expecting SSH2_MSG_NEWKEYS
  26. debug1: SSH2_MSG_NEWKEYS received
  27. debug1: SSH2_MSG_SERVICE_REQUEST sent
  28. debug1: SSH2_MSG_SERVICE_ACCEPT received
  29. debug1: Authentications that can continue: publickey,password
  30. debug1: Next authentication method: publickey
  31. debug1: Trying private key: /home/cepelka/.ssh/identity
  32. debug1: Trying private key: /home/cepelka/.ssh/id_rsa
  33. debug1: Trying private key: /home/cepelka/.ssh/id_dsa
  34. debug1: Next authentication method: password
  35. cepelka@cb's password:
  36. debug1: Authentication succeeded (password).
  37. debug1: channel 0: new [client-session]
  38. debug1: Requesting no-more-sessions@openssh.com
  39. debug1: Entering interactive session.
  40. debug1: Sending command: scp -v -t ~/
  41. Sending file modes: C0644 5 test
  42. Sink: C0644 5 test
  43. test 100% 5 0.0KB/s 00:00
  44. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  45. debug1: channel 0: free: client-session, nchannels 1
  46. debug1: fd 0 clearing O_NONBLOCK
  47. debug1: fd 1 clearing O_NONBLOCK
  48. Transferred: sent 1472, received 2056 bytes, in 0.1 seconds
  49. Bytes per second: sent 24681.1, received 34473.0
  50. debug1: Exit status 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement