Hi :(<br><br>Well, I tried totally from scratch basically.  <br><br>I erased my user with the --deluser command as you said, I removed all of my different keypairs that were in ~/.ssh just in case they were causing the problem; and then I even generated a new nxkey and copied that into the NXCLIENT..
<br><br>Now, it wont even do the authentication completed.. It attempts to log in I guess, then spits out a stupid "Server not installed or NX Server Disabled" message.<br><br>The details button shows this for the output:
<br><br>NX> 203 NXSSH running with pid: 21647<br>NX> 285 Enabling check on switch command<br>NX> 285 Enabling skip of SSH config files<br>NX> 285 Setting the preferred NX options<br>NX> 200 Connected to address: 
<a href="http://69.158.164.99">69.158.164.99</a> on port: 22<br>NX> 202 Authenticating user: nx<br>NX> 208 Using auth method: publickey<br>NX> 204 Authentication failed.<br><br><br>This is an absolute NIGHTMARE.<br>
<br>I ran the --checkconfig command, and this is what it shows me:<br><br>Error: Invalid value "APPLICATION_LIBRARY_PRELOAD=/usr/lib/libX11.so.6.2:/usr/lib/libXext.so.6.4:/usr/lib/libXcomp.so.1:/usr/lib/libXcompext.so.1:/usr/lib/libXrender.so.1.2"
<br>Warning: Invalid value "COMMAND_START_KDE=/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/startkde"<br>         Users will not be able to request a KDE session.<br>Warning: Invalid value "COMMAND_START_GNOME=/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/gnome-session"
<br>         Users will not be able to request a Gnome session.<br>Warning: Invalid value "COMMAND_START_CDE=cdwm"<br>         Users will not be able to request a CDE session.<br>Warning: Invalid value "COMMAND_SMBMOUNT=smbmount". You'll not be able to use SAMBA.
<br>Warning: Invalid value "COMMAND_SMBUMOUNT=smbumount". You'll not be able to use SAMBA.<br>Error: Could not find 1.5.0 version string in nxagent. NX 1.5.0 backend is needed for this version of FreeNX.<br>
<br>  Errors occured during config check.<br>  Please correct the configuration file.<br><br><br><br>Sigh.. I don't know how things went so horribly wrong when it was that exact same walkthrough I followed...  There is absolutely no troubleshooting support whatsoever.  I have never had such a hard time configuring something in my life :(  This sounded like such a great thing but in actuality it is way too complicated for the average beginner to get working;  I didn't even touch the config file yet its riddled with all kinds of errors...  
<br><br>I guess it's time to give up unless someone else has some kind of idea whats going on..<br><br>The most annoying part is how its giving so many authentication errors even though I'm (Apparently) using the correct keypair, and what I know for SURE is the correct password... What the heck happened :(
<br><br>-Bigtime disappointed,<br> Joe<br><div><span class="gmail_quote">On 3/6/07, <b class="gmail_sendername">Fabian Franz</b> <<a href="mailto:FabianFranz@gmx.de">FabianFranz@gmx.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> Hello there..  Thanks for the reply, but that IS the walkthrough I<br>> followed.<br><br>Okay.<br><br>><br>> It still just sits there after the Authentication Completed but never<br>> actually does anything until it finally drops me for Connection Timeout.
<br><br>Yes, because you used the adduser command, which might not even be supported on Fedora ...<br><br>> Can anyone else reccomend something?  I do appreciate the response, but<br>> can<br>> anyone read the output and figure out whats going on?
<br><br>Sure, it tries to connect via SSH to the user using a public key and fails ...<br><br>> Why is it saying AUTHENTICATION COMPLETED, but then 1 minute later drop me<br>> with that "ssh_exchange_identification: Connection closed by remote host"
<br>> message in the Details box?<br><br>Because the user was logged into the nxserver, but the nxserver could not log the user into the machine ...<br><br>> > > I google around, away from that HOWTO, and find an omitted (apparently
<br>> > > important) step, so I execute<br>> > ><br>> > > nxserver --adduser myname<br>> > > nxserver --passwd myname<br><br>If its not in there, it should not be done ...<br><br>This got you in worse trouble ...
<br><br>But you can undo it via:<br><br>nxserver --deluser <myname><br><br>Unfortunately the FC5 RPMS do not yet have the newest debugging features ...<br><br>But anyway a /usr/NX/bin/nxloadconfig --check might reveal something.
<br><br>I guess it can't find expect or there is some ssh misconfiguration ...<br><br>nx works as follows:<br><br>- nx user logs into server via public key ( first stage -> passed)<br><br>- nx user then uses:<br><br>
read -s PASS # put in your password here<br>echo $PASS | /usr/NX/bin/nxnode-login ssh <user> <ssh port> /usr/NX/bin/nxnode --check ""<br><br>This should display like follows:<br><br>$ read -s PASS<br>
$ echo $PASS | /usr/NX/bin/nxnode-login ssh ff 22 /usr/NX/bin/nxnode --check ""<br>Password:<br>NX> 1000 NXNODE - Version 1.5.0-61-SVN OS (GPL)<br>NX> 716 finished<br>NX> 1001 Bye.<br><br>More help is not available at the moment.
<br><br>cu<br><br>Fabian<br>________________________________________________________________<br>     Were you helped on this list with your FreeNX problem?<br>    Then please write up the solution in the FreeNX Wiki/FAQ:<br>
  <a href="http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ">http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ</a><br>         Don't forget to check the NX Knowledge Base:<br>                 <a href="http://www.nomachine.com/kb/">
http://www.nomachine.com/kb/</a><br><br>________________________________________________________________<br>       FreeNX-kNX mailing list --- <a href="mailto:FreeNX-kNX@kde.org">FreeNX-kNX@kde.org</a><br>      <a href="https://mail.kde.org/mailman/listinfo/freenx-knx">
https://mail.kde.org/mailman/listinfo/freenx-knx</a><br>________________________________________________________________<br></blockquote></div><br>