<div dir="ltr">I finally figured it out.  It was again a problem with the /etc/hosts file, but I'm not sure why it flipped out.<br><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<tt><font>Well I haven't seen this, however  . . . </font></tt>
<br>
<br><tt><font>First I suggest you check again that the sshd you
are pointing</font></tt>
<br><tt><font>at really is</font></tt>
<br><tt><font>         still working
with password authentication</font></tt>
<br>
<br><tt><font>eg. see</font></tt>
<br><tt><font>        PasswordAuthentication
yes      in /etc/sshd/sshd_config</font></tt>
<br>
<br><tt><font>        did you miss restarting
sshd after you updated something ??</font></tt>
<br><tt><font>and</font></tt>
<br><tt><font>        SSHD_PORT=22  
in /etc/nxserver/node.conf</font></tt>
<br><tt><font>           
             or wherever
it really is listening</font></tt>
<br><tt><font>and</font></tt>
<br><tt><font>that you still have FREENX ssh authentication selected.</font></tt>
<br>
<br><tt><font>        ENABLE_SSH_AUTHENTICATION="1"</font></tt>
<br><tt><font>        ENABLE_USERMODE_AUTHENTICATION="0"</font></tt>
<br><tt><font>        ENABLE_SU_AUTHENTICATION="0"</font></tt>
<br></blockquote><div><br>Yep, all of this looked good, and I verified that my settings were correct.<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
<br>
<br><tt><font>You can best test your ssh from the FreeNX server</font></tt>
<br><tt><font> using the line of NX code ( with "your-user-name-here
added" )</font></tt>
<br>
<br>
<br><tt><font>ssh  -2 -x -l "your-user-name-here"
127.0.0.1 -o "NumberOfPasswordPrompts 1" -p 22</font></tt>
<br>
<br></blockquote><div><br>This proved to be helpful.  I could SSH into the server, but I couldn't SSH locally on the server.  I checked my logs and found this:<br><br>May  2 01:00:04 chi CRON[10551]: pam_unix(cron:session): session closed for user username<br>
May  2 01:01:50 chi sshd[10619]: Accepted publickey for nx from [myip] port [number] ssh2<br>May  2 01:01:50 chi sshd[10619]: pam_unix(sshd:session): session opened for user nx by (uid=0)<br>May  2 01:01:54 chi nxserver[10860]: (nx) Failed login for user=[username] from IP=[myip]<br>
May  2 01:01:54 chi sshd[10619]: pam_unix(sshd:session): session closed for user nx<br><br>SSH would instantly close when I tried it locally with the following errors:<br><br>Connection closed by ::1<br>Connection closed by 127.0.0.1<br>
<br>So, to fix it, I commented all the IPv6 lines from the hosts file, and removed some huge long lines that spanned forever that were added for all of the websites I host so that I can access them locally by using the hosts file.  This is done automatically by the software I use.  I guess the length was so long, it corrupted things.  I have since turned this feature off.<br>
<br>Thanks for the help!<br> </div></div></div></div>