NoMachine Authentication failed when tunnel to ssh connection

2.4k views Asked by At

I followed this link (https://www.nomachine.com/AR10K00728) to try to connect by ssh. But after those setting, when I login in the NoMachine client GUI, I always meet "Authentication failed" after entering my username and password. Any suggestions on this? Thanks in advance.

Dan

1

There are 1 answers

1
Rico On

Either your NoMachine app is not allowing your username or the ssh server on your NoMachine host is actually not allowing Password authentication.

Try enabling the PasswordAuthentication yes options in the /etc/ssh/sshd_config file and restart the ssh server. i.e service ssh restart