我创建了以下形式的用户名/密码组合onetwo:bucklemyshoe
,即密码文件包含单行onetwo|bucklemyshoe
每当我尝试连接时,登录页面上都会显示消息:
You were disconnected for the following reason:
invalid challenge response
日志显示以下消息
Authentication required by password file authenticator module
sending challenge for username 'onetwo' using hmac+sha256 digest
Warning: hmac+sha256 challenge for 'onetwo' does not match
Warning: authentication failed
invalid challenge response
Disconnecting client Protocol(ws websocket: 111.111.111.111:14333 <- 222.222.222.222:35555):
invalid challenge response
Insecure plain-text passwords
检查与否没有什么区别。
密码文件的内容不是 xpra 所期望的。实际格式是否记录在某处?是否有实用程序或脚本可以以正确的格式创建它们?