- 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.
- 密碼學原理與Java實現
- Mastering Adobe Captivate 2017(Fourth Edition)
- 小程序實戰視頻課:微信小程序開發全案精講
- PHP 從入門到項目實踐(超值版)
- C語言程序設計實訓教程
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- 概率成形編碼調制技術理論及應用
- 你不知道的JavaScript(中卷)
- Python:Master the Art of Design Patterns
- JavaScript:Moving to ES2015
- Building Machine Learning Systems with Python(Second Edition)
- C#程序設計教程(第3版)
- 多媒體技術及應用
- 分布式架構原理與實踐
- Mastering Embedded Linux Programming