Experimental scene:
Rsync remote synchronization
Failure phenomenon:
When doing rsync remote synchronization, the following command is entered on the originating side to invoke the secret-free synchronization file
rsync -az --delete --password-file=/etc/server.txt [email protected]::wwwroot /opt/
Error reporting phenomenon:
Troubleshooting and solutions:
password file cannot be accessed by other users.
is the original password file can only be read and written by the owner, can not be read by other users, this is not secure! The default permission of the file created by
is 644. It needs to be set to 600
. Therefore, the following command is needed to set the permission of the password file:
chmod 600 server.txt
Read More:
- Rsync: failed to exec SSH: no such error in remote Rsync
- Rsync client synchronization error
- Solution: Rsync error: some files could not be transferred (code 23) at main. C (702)
- SqlSession was not registered for synchronization because synchronization is not active
- Remote: http basic: access denied, fatal: authentication failed for error resolution: wrong password
- Linux remote copy command and not a regular file solution
- remote: XXX Incorrect username or password (access token) fatal: Authentication failed for XXX
- When the source side of Dameng synchronization tool HS starts the service, it prompts that the so file does not exist: libdmoci.so
- MySQL 8 — error in setting simple password error 1819 (HY000): your password does not satisfy the current policy requirements
- Canal synchronization error target column: name not matched
- (Windows+xrdp+ubuntu16.04) Remote server error: “password failed error-problem connecting”
- MySQL password setting error message: error 1054 (42s22): unknown column ‘password’ in ‘field list’
- MYSQL:ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
- SSH Remote ulimit does not work
- Failed to decrypt protected XML node “DTS:Password” with error 0x8009000B “Key not valid for use in …
- Linux (error 1819 (HY000): your password does not satisfy the current policy requirements)
- ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
- Error loading password’s fault file (MySQL for Excel)
- Error (1820) if the password is not changed in time after MySQL installation
- rsync error: error allocating core memory buffers