Remote desktop primer/outline
|
Remote desktop allows you to run a graphical user interface remotely on your VM
VNC is a software that allows you to use a remote desktop
VNC runs on ports 5901 and upward
VNC traffic is not secure
We can use VNC securely by running it through an SSH tunnel
|
Remote desktop foundation
|
|
VNC viewer
|
|
VNC, the wrong way
|
We can score an easy win by doing VNC the wrong way (but we shouldn’t)
We can expose our VM to unnecessary risk
VNC traffic is not secure by default
Reducing the holes in your firewall enhances security
Binding a server to only accept connections from localhost enhances security
|
VNC through a tunnel
|
We can set up a secure VNC connection with an SSH tunnel
All of our SSH traffic goes through port 22
Traffic to our VNC server is encrypted
Our VNC server only accepts connections from localhost
|
Remote Desktop Applications
|
|