Enable SSH on Raspbian

Mount the boot partition of memory card on your computer.

$ sudo mount /dev/sdb1 /mnt

Now you need to add the file ssh to the boot partition.

$ sudo touch /mnt/ssh

via raspberrypi.org