On Wed, Mar 18, 2009 at 11:35 PM, Joseph <syscon...@gmail.com> wrote: > Is anybody using nxserver-freenx? > It compile fine but when I run a setup: > nxsetup --install --setup-nomachine-key --clean --purge > I get: > ----> Testing your nxserver connection ... > Permission denied (publickey,keyboard-interactive). > Fatal error: Could not connect to NX Server. > > Please check your ssh setup: > > The following are _examples_ of what you might need to check. > > - Make sure "nx" is one of the AllowUsers in sshd_config. > (or that the line is outcommented/not there) > - Make sure "nx" is one of the AllowGroups in sshd_config. > (or that the line is outcommented/not there) > - Make sure your sshd allows public key authentication. > - Make sure your sshd is really running on port 22. > - Make sure your sshd_config AuthorizedKeysFile in sshd_config is set > to authorized_keys2. > (this should be a filename not a pathname+filename) > - Make sure you allow ssh on localhost, this could come from some > restriction of: > > > log/messages prints: > user nx not allowed because account is locked > > How to unlock the account?
passwd -u nx I had to do the same thing. Paul