This post is part of the series on building my new Raspberry Pi; this series is a sub-series of the Adventures with a Raspberry Pi.
By default the Raspbian Lite ships with SSH disabled; this means the PI can only be accessed with a monitor and keyboard connected.
However, enabling SSH is straightforward. Log into your Raspberry PI and type the following command to launch the Raspberry PI Configuration:
sudo raspi-config
Select Interfacing Options, scroll down and select SSH. Choose Yes to enable SSH and then click OK.
Choose Finish to close the configuration tool. The Raspberry Pi will now be available for SSH access.
Adventures With A Raspberry Pi
What should we write about next?
If there is a topic which fits the typical ones of this site, which you would like to see me write about, please use the form, below, to submit your idea.
1 thought on “Building The Raspberry Pi: Enable SSH For Remote Access”