简体   繁体   English

隧道到ssh连接时NoMachine身份验证失败

[英]NoMachine Authentication failed when tunnel to ssh connection

I followed this link ( https://www.nomachine.com/AR10K00728 ) to try to connect by ssh. 我按照此链接( https://www.nomachine.com/AR10K00728 )尝试通过ssh连接。 But after those setting, when I login in the NoMachine client GUI, I always meet "Authentication failed" after entering my username and password. 但是经过这些设置后,当我登录NoMachine客户端GUI时,输入用户名和密码后,我总是遇到“身份验证失败”的情况。 Any suggestions on this? 有什么建议吗? Thanks in advance. 提前致谢。

Dan

Either your NoMachine app is not allowing your username or the ssh server on your NoMachine host is actually not allowing Password authentication. 您的NoMachine应用程序不允许您的用户名,或者您的NoMachine主机上的ssh服务器实际上不允许密码验证。

Try enabling the PasswordAuthentication yes options in the /etc/ssh/sshd_config file and restart the ssh server. 尝试在/ etc / ssh / sshd_config文件中启用PasswordAuthentication yes选项,然后重新启动ssh服务器。 ie service ssh restart service ssh restart

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM