Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • CentOS images: centos
  • Debian based images: debian
  • CirrOS (used for testing) has the username "cirros" and password "cubswin:)"
  • Fedora based images: fedora
  • Ubuntu based images: ubuntu
  • RedHat based images: cloud-user
  • Kali Linux: root

Accessing the GUI of the Kali Linux image

The Kali Linux image provided in SkyHiGh comes vith VNC-server enabled for root by default. It listens on TCP 5901. To access it, you must create an SSH tunnel. Example for Linux clients:

Code Block
larserik@sarah:~$ ssh -f -L 15901:<kali floating ip>:5901 <username>@skyhigh.hig.no -N

Now you should be able to access the Kali Desktop with a VNC client, when you connect to localhost:15901. The password is kaliVNC (feel free to change it to your own liking. In fact, you should really do that.)