Default login credentials username: pi password: raspberry
MAC
1. Open Launchpad
2. Search for Terminal
3. Open Terminal
4. Type
ssh pi@IP-address
Make sure to replace IP-address with the actual IP address of your Pi, for example ssh pi@192.168.1.10
5. You will be presented with a prompt saying something like the host is unknown and are you sure you want to continue connecting (yes/no/[fingerprint])? Answer with
yes
Press enter.
6. You will be asked to type your password.
when you type your password, nothing will show up on the screen getting typed (no stars). Simply type the complete password and press enter.
If you are using a Piaware image, the password is flightaware
Windows
1. Click on Search on the taskbar
2. Type cmd and press enter
3. It will open the command prompt Window
4. Type
ssh pi@IP-address
Make sure to replace IP-address with the actual IP address of your Pi, for example ssh pi@192.168.1.10
5. You will be presented with a prompt saying something like - the host is unknown and are you sure you want to continue connecting (yes/no/[fingerprint])? Answer with
yes
Press enter.
6. You will be asked to type your password.
when you type your password, nothing will show up on the screen getting typed (no stars). Simply type the complete password and press enter.
If you are using a Piaware image, the password is flightaware