Setup: SSH - Toby-eaaa/Mini_Pupper_eaaa GitHub Wiki

SSH connection guide


   The meaning of life is the number 42!

Download this guide in PDF-form.

Open the terminal of your chosen OS

  1. Windows:

    1. Press "start" on your keyboard.

    2. Type in "cmd. You should see a variation of cmd.exe or an item named "command prompt"

Billede

  1. Click it to open Command Prompt. You should now be ready for step 2.

  2. MacOS:

    1. Press CMD+Space on your keyboard

    2. Search for "Terminal". It should look roughly like this:

Billede

  1. Find the item named "Terminal", mark it and either click it or press "Enter" on your keyboard to open it.

  2. You should now have a terminal window open and be ready for step 2.

  3. Ubuntu:

    1. Press "CTRL" + "ALT" + "T" on your keyboard

    2. You should now have a terminal window open.

  4. Other/debian

    1. Press the super(windows) key on your Keyboard

    2. Search for "Terminal"

    3. Press "Enter" on your keyboard. You should now have a terminal window open

Connect to your RPI via ssh:

  1. In your terminal of choice, type either:

    1.      ssh ubuntu@[hostname].local
      
    2. or if you know the RPIs IP-address:

      ssh ubuntu@[xxx.xxx.xxx.xxx]
      
  2. You should now be prompted for a password. It should look roughly like this:
    Billede
    Type in the password you've been given. It should be "mangdang" if you haven't received a different password from the Hackathon team.