IT/Software/Applications/Remote Login/Nomachine: Difference between revisions

From msgwiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary
No edit summary
Line 10: Line 10:
Connect via ssh
Connect via ssh


ssh -L 4010:localhost:4000 walt@disco
<code>ssh -L 4010:localhost:4000 walt@disco</code>


This will open a ssh tunnel on port 4010 and send that to the 4000 port on the remote machine
This will open a ssh tunnel on port 4010 and send that to the 4000 port on the remote machine

Revision as of 10:39, 30 November 2020

This is an amazing open source project.

You can use it with little to no restrictions.

Using SSH tunnel with NX connection

Setup the connection to use NX and a non-standard port.

localhost Port 4010

Connect via ssh

ssh -L 4010:localhost:4000 walt@disco

This will open a ssh tunnel on port 4010 and send that to the 4000 port on the remote machine

Now start the NoMachine connection.

Stopping it

right click and close the noMachine application does not often work.

From a terminal you can:

sudo /etc/NX/nxserver --shutdown

It can steal audio from Zoom or other applications if you don't close it.