Versions Compared

Key

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

...

Code Block
titleLog in to VM trough SSH
eigilo@accessloginansatt01:~$ ssh debian@172debian@10.16212.1137.6112 -i .ssh/id_rsa
The authenticity of host '17210.16212.1137.6112 (17210.16212.1137.6112)' can't be established.
ECDSA key fingerprint is SHA256:PIR85mFU0TiOZ0mXHz1ExMvds1D1YO1eF+/TTniAYfo.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '17210.16212.1137.6112' (ECDSA) to the list of known hosts.
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
debian@mysecondserver:~$

...

The Kali Linux image provided in SkyHiGh comes vith VNC-server enabled for root by default. It listens on TCP 5901. To access it just point the VNC client of your choice to <kali-floating-ip>:5901, you must create an SSH tunnel, and remember and you should be good to go.

Remember to allow incoming traffic on TCP 5901 in a security group . Example for Linux clients:

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

attached to your Kali machine.

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.)