SSH into the Pi

Login into the Raspberry Pi via SSH.

You can now connect to your Pi via SSH using the private key you created previously:

ssh -i your_private_key [email protected]

or

ssh -i your_private_key username@IP

Last updated

Was this helpful?