I have installed OpenSSH server on my Ubuntu Linux box (10.04). I can SSH to the box properly, no problem. I have to use port 443/TCP. No problem accessing a shell prompt with PuTTY or other SSH client. Hoewver, when I try to use NX to have a graphical session, it is not responding. I thought that NX is simply using the settings used by /etc/ssh/sshd_config. Are there other parameters for NX that I should change so that it listens on port 443 ?
I use NX from nomachine.com, and the version of all components is: 3.4.0-5
Thanks :-)
On the commercial NX, edit /usr/NX/etc/server.cfg, change SSHDPort, and restart NX.
(A little more... I like to link the NX etc directory.)
Change SSHDPort and save.
If you are using FreeNX, you will need to edit
/etc/nxserver/node.conf
. In the General FreeNX Directives, locate this lines:Uncomment the second one and put there the port where sshd is listening. Note that I haven't been able to test it, so please comment if it doesn't work.
Looks like there should be some sort of GUI configurator available in the programs menu.
It also looks like there's a wizard you can run on the command line with
More info here.