- Wearable:Tech Projects with the Raspberry Pi Zero
- Jon Witts
- 175字
- 2021-07-02 19:46:25
SSH from Linux
To connect to your Pi Zero using SSH from a Linux operating system, you will need to use your system Terminal. Type the following command:
ssh pi@192.168.1.61
You should obviously replace the IP address with the IP address that your Pi has been assigned. As this is the first time you are connecting to your Pi over SSH from your computer, you will be asked whether you want to accept the ECDSA key fingerprint. This is normal on a first connection and nothing to worry about. Type yes and press Enter to continue connecting. You will then be prompted to enter the password for your Pi. Enter the default password of raspberry and press Enter.
You are now logged into your Pi Zero via SSH, move on to the Final Set up section of this chapter, to get your Pi ready to be used to start making our wearable-tech projects!
- SoapUI Cookbook
- Mastering Adobe Captivate 2017(Fourth Edition)
- Rust編程:入門、實戰與進階
- Python Game Programming By Example
- 深入淺出DPDK
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- 程序員修煉之道:通向務實的最高境界(第2版)
- Learning Concurrency in Kotlin
- CoffeeScript Application Development Cookbook
- Python3.5從零開始學
- 創意UI Photoshop玩轉移動UI設計
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- 深入大型數據集:并行與分布化Python代碼
- Developer,Advocate!
- GO語言編程從入門到實踐