Following are the easy steps to enable SSH on Raspberry PI without any complications:
Step 1: Shutdown Raspberry Pi
Step 2: Take out the memory card and plug it in any computer using the card reader.
Step 3: Open /boot partition of the card
Step 4: Create an empty file named "ssh" on the boot partition without any extension.
Step 5: Unmount memory card and insert into Raspberry Pi and start it.
That's it !!
To connect to the raspberry pi using SSH, just use this command
ssh <user>@<IP address of Raspberry pi>
No comments:
Post a Comment