3

I'm quite new to raspberry and linux so this question might be easy to answer but i'm really clueless... I installed raspbian jessie and wanted to connect via ssh connection and putty. Unfortunately i have read in release notes that "SSH disabled by default; can be enabled by creating a file with name "ssh" in boot partition" How can i create a file with name "ssh" on boot partition? Or maybe there is another way to enable ssh?

PS Unfortunately i don't have access to any monitor with hdmi input right now.

Please help. :)

Poldon
  • 31
  • 2

2 Answers2

3

put the SD card in any computer. A drive will appear (boot). Add the ssh file (without the extension) on the SD drive. Done

ECII
  • 161
  • 1
  • 7
3

The boot partition is the first partition on the card, and can be accessed by putting the card in another computer. Depending on what operating system you are using, it may be the only partition you can see, because the others are linux native (ext4) formatted.

However, the boot partition is VFAT.

goldilocks
  • 60,325
  • 17
  • 117
  • 234