Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. $ rsync -e "ssh -v -p 22 -o StrictHostKeyChecking=no" --exclude={.git/,.idea/,.vscode/,node_modules/} -rvcz ./ $SSH_GITLAB_SERVER:/var/www/html/
  2. OpenSSH_7.6p1 Ubuntu-4ubuntu0.3, OpenSSL 1.0.2n 7 Dec 2017
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  5. debug1: Connecting to 91.210.169.76 [91.210.169.76] port 22.
  6. debug1: Connection established.
  7. debug1: permanently_set_uid: 0/0
  8. debug1: key_load_public: No such file or directory
  9. debug1: identity file /root/.ssh/id_rsa type -1
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file /root/.ssh/id_rsa-cert type -1
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file /root/.ssh/id_dsa type -1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file /root/.ssh/id_dsa-cert type -1
  16. debug1: key_load_public: No such file or directory
  17. debug1: identity file /root/.ssh/id_ecdsa type -1
  18. debug1: key_load_public: No such file or directory
  19. debug1: identity file /root/.ssh/id_ecdsa-cert type -1
  20. debug1: key_load_public: No such file or directory
  21. debug1: identity file /root/.ssh/id_ed25519 type -1
  22. debug1: key_load_public: No such file or directory
  23. debug1: identity file /root/.ssh/id_ed25519-cert type -1
  24. debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3
  25. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.6p1 Ubuntu-4ubuntu0.3
  26. debug1: match: OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 pat OpenSSH* compat 0x04000000
  27. debug1: Authenticating to 91.210.169.76:22 as 'gitlab'
  28. debug1: SSH2_MSG_KEXINIT sent
  29. debug1: SSH2_MSG_KEXINIT received
  30. debug1: kex: algorithm: curve25519-sha256
  31. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  32. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  33. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  34. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  35. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:m+7yf5/qcr1v2GH9MU9TZ8EDcF4CnKJUdZ3xO+FOAtw
  36. Warning: Permanently added '91.210.169.76' (ECDSA) to the list of known hosts.
  37. debug1: rekey after 134217728 blocks
  38. debug1: SSH2_MSG_NEWKEYS sent
  39. debug1: expecting SSH2_MSG_NEWKEYS
  40. debug1: SSH2_MSG_NEWKEYS received
  41. debug1: rekey after 134217728 blocks
  42. debug1: SSH2_MSG_EXT_INFO received
  43. 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>
  44. debug1: SSH2_MSG_SERVICE_ACCEPT received
  45. debug1: Authentications that can continue: publickey,password
  46. debug1: Next authentication method: publickey
  47. debug1: Offering public key: RSA SHA256:H/7dLNk6BCvZ/5Co/E6T3u+TO4uhrH6LmI2Eo7sbrJY gitlab@noreply.com
  48. debug1: Authentications that can continue: publickey,password
  49. debug1: Trying private key: /root/.ssh/id_rsa
  50. debug1: Trying private key: /root/.ssh/id_dsa
  51. debug1: Trying private key: /root/.ssh/id_ecdsa
  52. debug1: Trying private key: /root/.ssh/id_ed25519
  53. debug1: Next authentication method: password
  54. debug1: read_passphrase: can't open /dev/tty: No such device or address
  55. debug1: Authentications that can continue: publickey,password
  56. Permission denied, please try again.
  57. debug1: read_passphrase: can't open /dev/tty: No such device or address
  58. debug1: Authentications that can continue: publickey,password
  59. Permission denied, please try again.
  60. debug1: read_passphrase: can't open /dev/tty: No such device or address
  61. debug1: Authentications that can continue: publickey,password
  62. debug1: No more authentication methods to try.
  63. gitlab@91.210.169.76: Permission denied (publickey,password).
  64. rsync: connection unexpectedly closed (0 bytes received so far) [sender]
  65. rsync error: error in rsync protocol data stream (code 12) at io.c(235) [sender=3.1.2]
  66. ERROR: Job failed: exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement