How to establish a SSH connection with a Raspberry Pi
How to establish a SSH connection with a Raspberry Pi
Microsoft Windows
- Download and install Putty.
- Establish the IP address of your Rasbperry Pi.
– Log in into your router.
– Go to DHCP clients list.
– Search for your Pi and note down the IP address.
- Launch Putty.

- Enter the IP address and click Open.

- Click Yes to store the key in your local registry.

- Provide user login.

- Enter password.

MacOSX
- Establish the IP address of your Rasbperry Pi.
– Log in into your router.
– Go to DHCP clients list.
– Search for your Pi and note down the IP address.
- Start Terminal.
- Enter ssh login@ip_address -p 22
ssh volumio@10.0.0.149 -p 22
- Type in yes to establish connection.

- Enter password.

SSH login credentials
| OS | Login | Password |
| OSMC | osmc | osmc |
| Moode Audio | pi | raspberry |
| max2play | pi | raspberry |
| piCorePlayer | tc | piCore |
| Volumio | volumio | volumio |
| Libre Elec | root | libreelec |