welcome: please sign in
NoMachine NX

Setting up Nomachine NX packages on Ubuntu

  1. Download the Nomachine NX packages for Ubuntu (http://www.nomachine.com/download)

  2. Install the packages in this order: client, node, server
  3. Make a copy of the key (if you import it directly, it'll be deleted)
    • cp /usr/NX/etc/keys/node.localhost.id_dsa.pub ~/tmp/node.localhost.id_dsa.pub.save 
  4. Import the copied key:
    • cd /usr/NX/bin; ./nxnode --keyadd ~/tmp/node.localhost.id_dsa.pub.save 
  5. /usr/NX/bin/nxserver --keygen
  6. import the new private DSA key (/usr/NX/share/keys/default.id_dsa.key) in the desktop client
  7. Change the owners of the nx user public keys on the server
    • chown nx:root /usr/NX/home/nx/.ssh/authorized_keys2
      chmod 0644 /usr/NX/home/nx/.ssh/authorized_keys2
  8. Fix the name if it's different from the one in /etc/ssh/sshd_config:
    • mv /usr/NX/home/nx/.ssh/authorized_keys2 /usr/NX/home/nx/.ssh/authorized_keys

NoMachine_NX (last edited 2010-04-24 09:29:44 by localhost)