- 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/
- Java異步編程實戰
- C語言程序設計案例教程(第2版)
- Oracle從新手到高手
- Mastering Ember.js
- Python Deep Learning
- Python從入門到精通(精粹版)
- Cassandra Design Patterns(Second Edition)
- Building Mapping Applications with QGIS
- PySide GUI Application Development(Second Edition)
- 小學生C++創意編程(視頻教學版)
- C++新經典
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- OpenCV with Python Blueprints
- Web程序設計:ASP.NET(第2版)