Guest User

Untitled

a guest
Dec 20th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. First steps
  2. ===========
  3.  
  4. ### Enable SSH on a headless Raspberry Pi (add file to SD card on another machine)
  5.  
  6. For headless setup, SSH can be enabled by placing a file named `ssh`, without any extension, onto the boot partition of
  7. the SD card from another computer. When the Pi boots, it looks for the ssh file. If it is found, SSH is enabled and the
  8. file is deleted. The content of the file does not matter; it could contain text, or nothing at all.
  9.  
  10. ### Default credentials
  11.  
  12. ```
  13. username: pi
  14. password: raspberry
  15. ```
Add Comment
Please, Sign In to add comment