How to ssh into a raspberry pi – or any computer

ssh is a secure protocol using port 22 on most computers to connect from one computer to another. To connect you simply need a username, IP address and password. For example, to connect to a raspberry pi I might use an IP sniffer app such as Fing to find the IP and then try default known usernames and passwords.

ssh pi@198.168.34.21
Pw: raspberry