17.07.2019 – Embedded/Raspberry_Pi/Raspbian_SSH_Configuration.md

Raspbian SSH Configuration

On raspbian sshd is disabled by default. To enable it, without attaching any monitor and keyboard, create the file /boot/ssh

1
$ touch /boot/ssh

This will permanently enable sshd on the next reboot and the file will be deleted thereafter.

Default user pi and password raspberry