-
Notifications
You must be signed in to change notification settings - Fork 0
Setup: SSH
The meaning of life is the number 42!
Download this guide in PDF-form.
Open the terminal of your chosen OS
-
Windows:
-
Press "start" on your keyboard.
-
Type in "cmd. You should see a variation of cmd.exe or an item named "command prompt"
-

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

-
MacOS:
-
Press CMD+Space on your keyboard
-
Search for "Terminal". It should look roughly like this:
-

-
Find the item named "Terminal", mark it and either click it or press "Enter" on your keyboard to open it.
-
You should now have a terminal window open and be ready for step 2.

-
Ubuntu:
-
Press "CTRL" + "ALT" + "T" on your keyboard
-
You should now have a terminal window open.

-
-
Other/debian
-
Press the super(windows) key on your Keyboard
-
Search for "Terminal"

-
Press "Enter" on your keyboard. You should now have a terminal window open
-
Connect to your RPI via ssh:
-
In your terminal of choice, type either:
-
ssh ubuntu@[hostname].local -
or if you know the RPIs IP-address:
ssh ubuntu@[xxx.xxx.xxx.xxx]
-
-
You should now be prompted for a password. It should look roughly like this:

Type in the password you've been given. It should be "mangdang" if you haven't received a different password from the Hackathon team.