Kali Linux on AWS with GUI | Free Tier | access from Manjaro | 26-Nov-2021

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • #kaliaws #manjaro #vncserver
    A simple quick method to install Kali Linux on AWS cloud with GUI ( Graphical Interface ) and access from Linux machine
    Hope it helps, If you have any question, comment below/
    Commands used in this video:
    sudo apt-get update && upgrade
    sudo apt intsall -y kali-desktop-xfce tightvnc server
    chmod 400 Key.pem
    chmod +x ./VncViewer
    ssh -i Key.pem kali@ipv4
    ssh -L portnumber:localhost:portnumber -N -f kali@ipv4 -i Key.pem
    Follow on Facebook @ / hvckerman32
    Follow on Instagram @ / hvckerman_

Комментарии • 4

  • @DDZAID
    @DDZAID Год назад +1

    Bro you are a genius !!!

  • @deepwaves5370
    @deepwaves5370 2 года назад +1

    Permission denied (publickey).

    • @hvckerman
      @hvckerman  2 года назад +1

      if you `re in linux use this command to own the permission :
      chmod +x keyname.pem
      if you are on Windows,
      right click on the key file , go to security then advanced, then remove all owners in the list , after removing, click on Add new then enter your PC name and add it to the list, and check on full control