Joe<br><br>I saw your post:<br><a href="https://lists.berlios.de/pipermail/x2go-user/2012-November/001107.html">https://lists.berlios.de/pipermail/x2go-user/2012-November/001107.html</a><br><br>and wasn't sure if anyone responded to you yet.<br>
<br>that error is caused by sshd_config file entry in Ubuntu which for some reason seems to change its default from release to release (at least for me).<br><br>in /etc/ssh/ssd_config<br><br>Ubuntu defaults to the following:<br>
<br><div style="margin-left:40px"># Change to yes to enable challenge-response passwords (beware issues with<br># some PAM modules and threads)<br>ChallengeResponseAuthentication no<br><br># Change to no to disable tunnelled clear text passwords<br>
#PasswordAuthentication yes<br></div><br>You will need to change:<br><br><div style="margin-left:40px">ChallengeResponseAuthentication no<br>to<br>ChallengeResponseAuthentication yes<br><br>and uncomment the following by removing the Hash sign:<br>
#PasswordAuthentication yes<br></div><br>then restart ssh<br><br>             sudo /etc/init.d/ssh restart<br><br>also NOTE that for some reason on some Ubuntu upgrades I have seen the "PasswordAuthentication" entry have any one of the 2 following defaults<br>
<br><ol><li>#PasswordAuthentication yes</li><li>PasswordAuthentication no</li></ol>Both of which make "PasswordAuthentication no" the active default.<br><br>But with x2go if you want to use login with User ID and Password entry by a user on the x2go client you have to allow it (set it to yes).<br>
<br>Brian<br><br><br><br><br><br><br><br><br>