Setup: X11 forwarding - Toby-eaaa/Mini_Pupper_eaaa GitHub Wiki

X server forwarding


   Xeyes see you!

Download this guide in PDF-form.

Note: for this to work, you must be on the same network as the minipupper. If in doubt, ask personnel how to make sure you're on the same network.

Install an X server for your chosen OS

  1. Windows:

    1. Go to https://linuxhint.com/linux_graphical_windows_x11_forwarding/ and follow the steps. when you get to the step where it asks for firewall permissions, you must enable private network access as well as public: Billede

    2. When you reach the section regarding putty, you are done and can return to this guide.

  2. MacOS:

    1. Go to https://www.xquartz.org\ Download and install the dmg file zQuartz

    2. Log out or restart your Mac.

Open the terminal of your chosen OS

See the guide on connecting via SSH if you're unsure how to do this.

  1. Connect to your RPI with X-forwarding.

    1. Before connecting we have to map the display writing

      set DISPLAY=localhost:0.0
      
    2. Write

      ssh -Y ubuntu@[hostname].local
      
    3. For password write

      mangdang  
      

      (the typing is invisible) and press ENTER

Billede