Using Nomachine through ssh tunner
Nomachine uses port 4000, however, the server may not have that port opened to your local IP. However, as long as you can ssh the server, you can use the following ssh tunnel to use Nomachine – securely and fast:
- From a ssh client, do: ssh -L <port>:localhost:4000 -N -f <username>@<nomachine_server>
- From your nomachine client, set host localhost, port of the port number as <port>
Here you go.