Hi,
I am sharing the recipe for getting freenx server working. There is too many irrelevant commands, all over the place, that confuse things. 1) su
2) yum install nx freenx-server4) turn on "ENABLE_SSH_AUTHETICATION=1" in /etc/nxserver/node.conf
5) export PATH=$PATH:$HOME/bin:/usr/libexec/nx6) setenforce 0
6) nxsetup --install --setup-nomachine-key (this will setup nx user etc but won't create client.id_dsa.key and so on. Also don't user --purge --clean option in the command. It destroys home/.ssh/known_hosts files.)
7) nxserver --start (this will create client.id_dsa.key and other related keys)Hope this helps. Just switched from ubuntu and is fedora seems much more stable, so thanks for that..
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org