less than 1 minute read

raspbian OS can enable ssh by default. this is handy for a headless install.

  1. mount boot partition: $ sudo mount /dev/mmcblk0p1 /mnt
  2. create ssh file: $ sudo touch /mnt/ssh
  3. unmount: $ sudo umount /mnt