rsync auth failed on module xxx

Posted lijianming180

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rsync auth failed on module xxx相关的知识,希望对你有一定的参考价值。

rsync 报错 "auth failed on module xxx", 一般有三种情况造成:

  1. 密码文件格式错误:

服务端密码文件的格式是:

user:password

每个一行

  1. 密码文件权限错误

密码文件的权限应该是600

  1. rsync 配置错误

主要集中在注释这一块, man 5 rsyncd.conf 有两句话:

The file is line-based -- that is, each newline-terminated line represents either a comment, a module name or a paramete 大专栏  rsync auth failed on module xxxr.

Any line beginning with a hash (#) is ignored, as are lines containing only whitespace.

意思就是配置文件是以行为基准的, 每行要么是注释, 模块或参数.

只有 以#开始 的行, 才被认为是注释.

比如配置文件有一句如下:

secrets file /etc/rsyncd.secret #secret

这是, rsyncd 会认为 "/etc/rsyncd.secret #secret" 这个才是密码文件, 所以也会认证失败.

以上是关于rsync auth failed on module xxx的主要内容,如果未能解决你的问题,请参考以下文章

RSYNC @ERROR: AUTH FAILED ON MODULE XXX 解决思路及附录RSYNC常见问题及解决办法

@ERROR: auth failed on module wwwroot rsync error: error starting client-server protocol (code 5) at

@ERROR: auth failed on module wwwroot rsync error: error starting client-server protocol (code 5) at

@ERROR: auth failed on module wwwroot rsync error: error starting client-server protocol (code 5) at

@ERROR: auth failed on module wwwroot rsync error: error starting client-server protocol (code 5) at

srync:@ERROR: auth failed on module tee 的解决办法分析