<div dir="ltr"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">it's logging in initially with the user 'nx' - that's what the<br>

(pre)configured keys (the 'no-machine keys') are for. That's why you<br>
need to make sure that<br>
<br>
a)<br>
you can log into the machine using ssh </blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
b)<br>
that the nx keys are in place, allowing nx to login without a password.<br>
c) someone on this list will be able to explain that better than I.<br>
d) once nx can log in and is logged in, the user is switched to 'frank'.<br>
<br>
That's the 'no-machine-key' way, not the FreeNX way. That's why you give<br>
'nxsetup --install --setup-nomachine-key --clean --purge' in order to<br>
make sure the keys ar in place.<br>
<br>
Also make sure that the correct ownerships of directories holding the<br>
keys are in place. On my server:<br>
<br>
drwxr-xr-x 4 root users 4096 12 jul 13:20 nxserver/<br>
<br>
- this may not be entirely correct...perhaps they really should be owned<br>
by nx, don't know. But it works..<br>
<br>
Further down, I have:<br>
<br>
-rw------- 1 nx root  671 12 jul 13:25 authorized_keys2<br>
-rw-r--r-- 1 nx root  668 12 jul 13:20 client.id_dsa.key<br>
-rw------- 1 nx root  235 12 jul 13:20 known_hosts<br>
Gunnar:/var/lib/nxserver/home/.ssh #<br>
<br>
- hope this helps!</blockquote><div><br>Hello again,<br><br>a) I can't log into my server by ssh<br>I got this:<br><br>ivan@dementor ~ $ ssh <a href="mailto:root@192.168.1.247">root@192.168.1.247</a><br>Permission denied (publickey,gssapi-with-mic).<br>
ivan@dementor ~ <br><br>This happens since I change these values to:<br>PasswordAuthentication no<br>AllowUsers nx root ivan<br>on sshd_config<br><br>b) I deleted the pass with, passwd -d nx but I have the same results<br>
<br>c) :)<br><br>d) I have a few questions about that: Who and How creates these files: authorized_keys2, client.id_dsa.key?<br>I dont't have them in /etc/nxserver and I don't know where them are<br><br>---------------------------------<br>
7th Sign | Iván Rico<br>---------------------------------<br></div></div></div>