Prerequisite for this tutorial: Configuration de l’OS.
Useful: Quick activation of the SSH .
With MacOs :
1. Start a command prompt;
2. Type the following command : ssh pi@IP_du_RaspberryPi
or ssh pi@hostname
(the defaule hostname is “raspberrypi”) Exemple : ssh [email protected]
or ssh pi@raspberrypi
, press ENTER.
How to find the IP of the Raspberry Pi ? Follow the guide 🙂
3. enter jour login and password.
During the connection if you receive the error message Warning remote host identification has changed, visit this page for a possible solution..
With Windows :
1. Download Putty;
2. Enter the IP or the hostname (by defaule “raspberrypi”) of your Raspberry Pi;
How to find the IP of the Raspberry Pi ? Follow the guide 🙂
3. Check SSH;
4. Click on the button Open at the bottom of the window;
5. A command prompt appears;
6. In this new window, enter your login and password.
Feel free to share this tutorial. Thank you 🙂