我在 Mac 笔记本电脑上使用 OpenNX 访问 freenx 服务器 Ubuntu。我遇到了身份验证错误,尽管我可以不使用用户名和密码 ssh 到服务器。
FreeNX 在 Ubuntu 桌面上运行。
nxserver --status
NXSERVER - Version 3.2.0-74-SVN OS (GPL, using backend: 3.5.0)
Usage: nxserver <option>
--passwd: Change password
另外,当我检查 ssh 日志时,它一直说用户 nx 正在尝试访问:
User nx from c-98-220-236-7.hsd1.il.comcast.net not allowed because not listed in AllowUsers
Oct 4 21:37:28 Cronus sshd[13526]: input_userauth_request: invalid user nx [preauth]
Oct 4 21:37:28 Cronus sshd[13526]: Connection closed by 98.220.236.7 [preauth]
如何解决这个问题?