- Wearable:Tech Projects with the Raspberry Pi Zero
- Jon Witts
- 217字
- 2021-07-02 19:46:24
Enabling SSH access
We are going to use Secure Shell (SSH) to remotely connect to our Pi. As the default password of the Raspberry Pi Raspbian OS is well known, and as more and more Internet of Things devices are being made with the Raspberry Pi computers, the decision was made by the Raspberry Pi Foundation that SSH should be disabled by default, requiring a user to select to turn it on before its first use. If you are running your Pi connected to a keyboard and monitor, then this is easily done by making use of the raspi-config utility. The Foundation has also given us a way to enable SSH for those running their Raspberry Pi computers in headless mode.
To turn on SSH for a Pi that you are going to run headless, all you need to do is create an empty file (with no file extension) named SSH on the boot partition of your Pi's SD card. When you first boot your Raspberry Pi, SSH will then be enabled and the file removed from the boot partition of the SD card. As the boot partition is a FAT32 formatted partition, it can be read from and written to by any operating system. More details can be found on the official Raspberry Pi documentation: https://www.raspberrypi.org/documentation/remote-access/ssh/
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- 用Python實現深度學習框架
- SQL基礎教程(視頻教學版)
- Visual Basic程序設計實踐教程
- Julia高性能科學計算(第2版)
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- 機器學習與R語言實戰
- OpenCV 4計算機視覺項目實戰(原書第2版)
- 進入IT企業必讀的324個Java面試題
- C語言從入門到精通
- JavaScript Concurrency
- 前端架構設計
- 分布式系統架構與開發:技術原理與面試題解析
- HTML5+jQuery Mobile移動應用開發
- 計算機視覺實戰:基于TensorFlow 2