SSH Into Raspberry Pi Via Command Line
Today I learned how to ssh into a Raspberry Pi from a remote computer on the same network.
1. Find the ip of the host by using the command
1. Find the ip of the host by using the command
- hostname -I
- ssh pi@<ip-address>
- pi
- raspberry
Comments
Post a Comment