As of the November 2016 release, Raspbian has the SSH server disabled by default. It can be enabled manually from the desktop:
Launch Raspberry Pi Configuration from the Preferences menu
Navigate to the Interfaces tab
Select Enabled next to SSH
Click OK
Alternatively, raspi-config can be used:
Enter sudo raspi-config in a terminal window
Select Interfacing Options
Navigate to and select SSH
Choose Yes
Select Ok
Choose Finish |