On Mon, 2006-01-23 at 17:54 -0600, Les Mikesell wrote:
On Mon, 2006-01-23 at 17:21, Craig White wrote:
# diff /var/lib/nxserver/home/.ssh/client.id_dsa.key \ /etc/nxserver/client.id_dsa.key #
exasperation...
Can you log in at the console and with ssh using the login and password as you are giving nxclient?
---- # ssh craig@localhost craig@localhost's password: Last login: Mon Jan 23 16:16:47 2006 from lin-workstation.azapple.com ----
/var/log/secure should show the nx public key login for nx if you are getting that far.
---- Jan 23 15:16:03 srv1 useradd[13734]: new group: name=nx, gid=103 Jan 23 15:16:03 srv1 useradd[13734]: new user: name=nx, uid=102, gid=103, home=/var/lib/nxserver/home, shell=/usr/bin/nxserver Jan 23 16:16:47 srv1 sshd[14960]: Accepted password for craig from 192.168.2.10 port 34700 ssh2 Jan 23 16:16:47 srv1 sshd[14960]: nss_ldap: reconnecting to LDAP server... Jan 23 16:16:47 srv1 sshd[14960]: nss_ldap: reconnected to LDAP server after 1 attempt(s) Jan 23 17:03:14 srv1 sshd[15703]: Accepted password for craig from 127.0.0.1 port 58445 ssh2
shows my installation of freenx (hence creation of user/group nx) shows sshd connection per 1st example that I could login as craig from lin-workstation via ssh shows sshd connection from above example that I could login as craig from localhost via ssh
nowhere does it ever show user nx getting authenticated via public key.
Craig