[FreeNX-kNX] Fedora 8 working for anyone?
Fabian Franz
FabianFranz at gmx.de
Sat Nov 17 09:03:08 UTC 2007
> I got it working with FC7.
>
> I removed freenx and /var/lib/nxserver, then re-installed freenx. The
> installation does generate new host keys for the running host.
Okay, perfect.
> However, the rpm package only creates a symlink from
> /etc/nxserver/server.id_dsa.pub.key to
> /var/lib/nxserver/home/.ssh/authroized_keys, which is ok if one
> specifies .ssh/authorized_keys for AuthorizedKeysFile. This is one
> thing changed. In the past, only authorized_keys2 is created by
> installer with private and public key in /var/lib/nxserver/home/.ssh.
> Now it seems that all keys would go in /etc/nxserver. So there is no
> need to run nxsetup.
Well I do understand now: This is bad.
While it is a good idea to have the key in /etc/nxserver/, it is bad to break nxkeygen and nxsetup.
A more compatible solution would be to do:
/etc/nxserver/{key files} -> /var/lib/nxserver/home/
and
in /var/lib/nxserver/home/.ssh/authorized_keys -> authorized_keys2
Or even better changing nxkeygen, nxloadconfig and nxsetup to create the files directly in this paths as the above would break as well if one did a --purge, --install.
Okay, summary:
Remove nxkeygen or even better change at least it to work.
cu
Fabian
More information about the FreeNX-kNX
mailing list