SSH is not enabled by default on Raspbian at the time of writing.
Tested on:
- Version:November 2018
- Release date: 2018-11-13
- Kernel version: 4.14
- Log in to your Raspberry Pi
- Open a Terminal
- Type the following commands at prompt:
$ cd /boot $ sudo touch ssh $ sudo reboot
The Raspberry Pi will be rebooted and SSH will be run at startup.
Please note that the /boot/ssh
file will be removed, but the "start SSH at boot option" will be set.