On Monday 05 December 2005 23:28, Jerry Westrick wrote:
I started to back them out. Lo-and-behold! NXClient does not correctly handle ssh on ports other than 22! Nor does it honor the settings in /etc/ssh/ssh_config file!
Naughty naughty!
So putting ssh back to port 22, has got the NoMachine linux client working!
Okay got NXServer to work with ssh port other than 22! Here's how to do it: On Remote Server: - Install nxserver with yast. - create group remotessh - in a root-shell execute: nxsetup --install –setup-nomachine-key - Changed /etc/ssh/sshd_config adding following lines at bottom: # # Westrick GmbH Configuration # Port 22 <-- Your security-by-obscurity-port-no AllowGroups remotesh GatewayPorts yes X11DisplayOffset 50 X11Forwarding yes - Changed /etc/nxserver/node.conf: SSHD_PORT=26 ENABLE_SSH_AUTHENTICATION=”1” - Added user nx to group remotessh! - Added users allowed to access remote to group remotessh! On Client machine: - edit /etc/ssh/ssh_config, add following lines before "Host *" line: Host RemoteServer Port 22 <---- Your security-by-obscurity-port-no - Download NXClient from http://www.nomachine.com/download.php . When Connecting you need to change 2 additional parameters: - General->Server->Port is 26. - Advanced->Network->"Enable SSL encryption of all traffic" is enabled. - and login with normal SSH username/password! That's it folks.... Now to test windows clients! Jerry