This video tutorial discusses the steps:
- Configure the Amazon AWS account
- Configure the Kali Linux instance in the AWS
- Access the cloud based OS via SSH (using PuTTy in Windows and SSH in your Linux)
- Install GNOME desktop environment on Kali Linux using the terminal
- Setup the SSH tunneling (use TightVNC to access the GUI of the cloud based OS)
Follow me on Twitter & Facebook.
PuTTy Windows: [email protected]
For Linux users:
chmod 400 key_pairs.pem
ls -lah | grep key_pairs
ssh -i key_pairs.pem [email protected]
Local Linux machine:
sudo apt-get update
sudo apt-get install xfce4 xfce4-goodies tightvncserver
Install the GUI in the Kali Linux:
apt-get install gnome-core kali-defaults kali-root-login desktop-base
tightvncserver –geometry 1024×768
Local Kali Machine:
ssh -L 5901:localhost:5901 -N -f [email protected] -i key_pairs.pem
netstat -anop | grep 590