In fact it is the Linux next class VNC remote control software, but it is said that security is better than VNC, through the SSH protocol encryption for transmission. And transmission is the use of data compression technology, transmission faster.
1. Install RPM Package
Installation Order:
[Root@localhost usr]# RPM-IVH nxclient-3.4.0-7.i386.rpm--Client Installation
[root@localhost usr]# RPM-IVH nxnode-3.4.0-14.i386.rpm---support pack installation
[Root@localhost usr]# RPM-IVH nxserver-3.4.0-14.i386.rpm--server-side installation
2. Modify configuration file/etc/ssh/sshd_config--add
Authorizedkeysfile/usr/nx/home/nx/.ssh/authorized_keys2--meaning is the location where the certified key files are stored
3. Confirm that Nxserver is operating properly
[Root@localhost usr]#/usr/nx/bin/nxserver--status
If you get the information below, it's okay.
Nx> 900 connecting to server.
Nx> NX Server is running.
Nx> 999 Bye.
If it is wrong, it should be a problem with the configuration. To this nxserver installation is complete.
For example, the wrong said already have NX this account is deleted on the line
4. Modify the configuration file/usr/nx/etc/server.cfg, remove the annotation and modify it as follows:
Enableautokillsessions = "1"--means to allow automatic end of session
Enableunencryptedsession = "0"--means encrypted session connection
5. Restart SSH service:
[root@localhost usr]# Service sshd restart
6. View NX Service Status
[Root@localhost usr]#/usr/nx/bin/nxserver--status
If you see the following echo then the NX service successfully started ....
Nx> 900 connecting to server.
Nx> NX Server is running.
Nx> 999 Bye
7. Add account Number:
[Root@localhost usr]#/usr/nx/bin/nxserver--useradd your username--system//prompts to enter the password, this password can not be the same as normal system, he kept in NX PW db
8. Client Connection Server