top of page


Start a vncserver on a Remote Linux machine and Connect to it Over SSH
This post shows you how to SSH into a remote machine, start a VNC server and connect to the VNC server from Ubuntu 16.04.5. Note: You...


SSH Directly to a Machine You'd Normally Need to SSH Into a Server to Get To
Host *
ServerAliveInterval 60
Host remote.server.com
HostName remote.server.com
Port 10022
User useronremote
IdentityFile ~/.ssh/
bottom of page