Guest User

Untitled

a guest
Jan 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. $ scp -v noip.sh root@78.xx.xx.xx:/etc/profile.d/noip.sh
  2. Executing: program /usr/bin/ssh host 78.xx.xx.xx, user root, command scp -v -t -- /etc/profile.d/noip.sh
  3. OpenSSH_5.6p1, OpenSSL 1.0.0d-fips 8 Feb 2011
  4. debug1: Reading configuration data /etc/ssh/ssh_config
  5. debug1: Applying options for *
  6. debug1: Connecting to 78.xx.xx.xx [78.xx.xx.xx] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /home/sun/.ssh/id_rsa type -1
  9. debug1: identity file /home/sun/.ssh/id_rsa-cert type -1
  10. debug1: identity file /home/sun/.ssh/id_dsa type -1
  11. debug1: identity file /home/sun/.ssh/id_dsa-cert type -1
  12. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3
  13. debug1: match: OpenSSH_5.3 pat OpenSSH*
  14. debug1: Enabling compatibility mode for protocol 2.0
  15. debug1: Local version string SSH-2.0-OpenSSH_5.6
  16. debug1: SSH2_MSG_KEXINIT sent
  17. debug1: SSH2_MSG_KEXINIT received
  18. debug1: kex: server->client aes128-ctr hmac-md5 none
  19. debug1: kex: client->server aes128-ctr hmac-md5 none
  20. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  21. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  22. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  23. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  24. debug1: Host '78.xx.xx.xx' is known and matches the RSA host key.
  25. debug1: Found key in /home/sun/.ssh/known_hosts:29
  26. debug1: ssh_rsa_verify: signature correct
  27. debug1: SSH2_MSG_NEWKEYS sent
  28. debug1: expecting SSH2_MSG_NEWKEYS
  29. debug1: SSH2_MSG_NEWKEYS received
  30. debug1: Roaming not allowed by server
  31. debug1: SSH2_MSG_SERVICE_REQUEST sent
  32. debug1: SSH2_MSG_SERVICE_ACCEPT received
  33. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  34. debug1: Next authentication method: gssapi-keyex
  35. debug1: No valid Key exchange context
  36. debug1: Next authentication method: gssapi-with-mic
  37. debug1: Unspecified GSS failure. Minor code may provide more information
  38. Credentials cache file '/tmp/krb5cc_500' not found
  39.  
  40. debug1: Unspecified GSS failure. Minor code may provide more information
  41. Credentials cache file '/tmp/krb5cc_500' not found
  42.  
  43. debug1: Unspecified GSS failure. Minor code may provide more information
  44.  
  45.  
  46. debug1: Unspecified GSS failure. Minor code may provide more information
  47.  
  48.  
  49. debug1: Next authentication method: publickey
  50. debug1: Trying private key: /home/sun/.ssh/id_rsa
  51. debug1: Trying private key: /home/sun/.ssh/id_dsa
  52. debug1: Next authentication method: password
  53. root@78.xx.xx.xx's password:
  54. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  55. Permission denied, please try again.
  56. root@78.xx.xx.xx's password:
  57. debug1: Authentication succeeded (password).
  58. Authenticated to 78.xx.xx.xx ([78.xx.xx.xx]:22).
  59. debug1: channel 0: new [client-session]
  60. debug1: Requesting no-more-sessions@openssh.com
  61. debug1: Entering interactive session.
  62. debug1: Sending environment.
  63. debug1: Sending env XMODIFIERS = @im=none
  64. debug1: Sending env LANG = en_US.utf8
  65. debug1: Sending command: scp -v -t -- /etc/profile.d/noip.sh
  66. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  67. debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
  68. debug1: channel 0: free: client-session, nchannels 1
  69. debug1: fd 0 clearing O_NONBLOCK
  70. debug1: fd 1 clearing O_NONBLOCK
  71. Transferred: sent 1744, received 2040 bytes, in 0.1 seconds
  72. Bytes per second: sent 13624.8, received 15937.2
  73. debug1: Exit status 1
  74. lost connection
Add Comment
Please, Sign In to add comment