- Enable SSH
- Enable port forwarding with SSH
ssh -p PORT ubuntu@IP_ADDRESS -L 5902:localhost:5901
- Start the VNC server
vnc4server -geometry 1280x1024 -depth 24
- It will ask for a password which is password
- Boot up Chicken and connect to localhost:5902 with the password: password
- Ensure headless testing is disabled (type this in the VNC shell)
export DISPLAY=:1.0