Advertisement
pangu007

moving .conf files to new server

Mar 15th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. [orcacomputers@orcainbox conf.d]$ sudo scp -rv /run/media/orcacomputers/DataCabinet/fileBackups/centos6-root/etc/httpd/conf.dā€‹/ root@159.65.66.179:/etc/httpd/conf.dā€‹
  2. [sudo] password for orcacomputers:
  3. Executing: program /usr/bin/ssh host 159.65.66.179, user root, command scp -v -r -t /etc/httpd/conf.dā€‹
  4. OpenSSH_7.9p1, OpenSSL 1.1.1a FIPS 20 Nov 2018
  5. debug1: Reading configuration data /etc/ssh/ssh_config
  6. debug1: Reading configuration data /etc/ssh/ssh_config.d/05-redhat.conf
  7. debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
  8. debug1: configuration requests final Match pass
  9. debug1: re-parsing configuration
  10. debug1: Reading configuration data /etc/ssh/ssh_config
  11. debug1: Reading configuration data /etc/ssh/ssh_config.d/05-redhat.conf
  12. debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
  13. debug1: Connecting to 159.65.66.179 [159.65.66.179] port 22.
  14. debug1: Connection established.
  15. debug1: identity file /root/.ssh/id_rsa type -1
  16. debug1: identity file /root/.ssh/id_rsa-cert type -1
  17. debug1: identity file /root/.ssh/id_dsa type -1
  18. debug1: identity file /root/.ssh/id_dsa-cert type -1
  19. debug1: identity file /root/.ssh/id_ecdsa type -1
  20. debug1: identity file /root/.ssh/id_ecdsa-cert type -1
  21. debug1: identity file /root/.ssh/id_ed25519 type -1
  22. debug1: identity file /root/.ssh/id_ed25519-cert type -1
  23. debug1: identity file /root/.ssh/id_xmss type -1
  24. debug1: identity file /root/.ssh/id_xmss-cert type -1
  25. debug1: Local version string SSH-2.0-OpenSSH_7.9
  26. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.8
  27. debug1: match: OpenSSH_7.8 pat OpenSSH* compat 0x04000000
  28. debug1: Authenticating to 159.65.66.179:22 as 'root'
  29. debug1: SSH2_MSG_KEXINIT sent
  30. debug1: SSH2_MSG_KEXINIT received
  31. debug1: kex: algorithm: curve25519-sha256@libssh.org
  32. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  33. debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: <implicit> compression: none
  34. debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: <implicit> compression: none
  35. debug1: kex: curve25519-sha256@libssh.org need=32 dh_need=32
  36. debug1: kex: curve25519-sha256@libssh.org need=32 dh_need=32
  37. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  38. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:r6ZvSxmerhptiRaNhn0p4b3ZpdDVH1URaPlBPik+lTg
  39. debug1: Host '159.65.66.179' is known and matches the ECDSA host key.
  40. debug1: Found key in /root/.ssh/known_hosts:1
  41. debug1: rekey after 4294967296 blocks
  42. debug1: SSH2_MSG_NEWKEYS sent
  43. debug1: expecting SSH2_MSG_NEWKEYS
  44. debug1: SSH2_MSG_NEWKEYS received
  45. debug1: rekey after 4294967296 blocks
  46. debug1: Will attempt key: /root/.ssh/id_rsa
  47. debug1: Will attempt key: /root/.ssh/id_dsa
  48. debug1: Will attempt key: /root/.ssh/id_ecdsa
  49. debug1: Will attempt key: /root/.ssh/id_ed25519
  50. debug1: Will attempt key: /root/.ssh/id_xmss
  51. debug1: SSH2_MSG_EXT_INFO received
  52. debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,null>
  53. debug1: SSH2_MSG_SERVICE_ACCEPT received
  54. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
  55. debug1: Next authentication method: gssapi-keyex
  56. debug1: No valid Key exchange context
  57. debug1: Next authentication method: gssapi-with-mic
  58. debug1: Unspecified GSS failure. Minor code may provide more information
  59. No Kerberos credentials available (default cache: KCM:)
  60.  
  61.  
  62. debug1: Unspecified GSS failure. Minor code may provide more information
  63. No Kerberos credentials available (default cache: KCM:)
  64.  
  65.  
  66. debug1: Next authentication method: publickey
  67. debug1: Trying private key: /root/.ssh/id_rsa
  68. debug1: Trying private key: /root/.ssh/id_dsa
  69. debug1: Trying private key: /root/.ssh/id_ecdsa
  70. debug1: Trying private key: /root/.ssh/id_ed25519
  71. debug1: Trying private key: /root/.ssh/id_xmss
  72. debug1: No more authentication methods to try.
  73. root@159.65.66.179: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
  74. lost connection
  75. [orcacomputers@orcainbox conf.d]$ [A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement