- Wearable:Tech Projects with the Raspberry Pi Zero
- Jon Witts
- 164字
- 2021-07-02 19:46:25
SSH from macOS
To connect to your Pi Zero using SSH from the macOS operating system, you will need to use the Terminal application. You can locate this by opening finder and going to Applications and then opening the Utilities folder. Once you have located the Terminal application, double-click on it to open it. Enter the following command to connect to your Pi Zero via SSH:
ssh pi@192.168.1.61
You need to change the IP address in this code to match the IP your Pi has been assigned. You will then be presented with a warning, The authenticity of host '192.168.1.61' can't be established...—this is normal when you connect to a host for the first time over SSH, and you can safely type yes to continue connecting.
You will now be prompted to enter the password; type raspberry and press Enter. You are now connected to your Pi Zero via SSH and can move on to the Final setup section of this chapter.
- Implementing Modern DevOps
- Reactive Programming with Swift
- C語言最佳實踐
- MATLAB實用教程
- Mastering LibGDX Game Development
- Unity 5.x By Example
- 劍指Java:核心原理與應用實踐
- Visual Basic 6.0程序設計實驗教程
- GameMaker Essentials
- Python入門很輕松(微課超值版)
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Android智能手機APP界面設計實戰教程
- Yii2 By Example
- 高性能PHP 7
- SQL Server on Linux