- 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.
- Moodle Administration Essentials
- 騰訊iOS測(cè)試實(shí)踐
- Developing Mobile Web ArcGIS Applications
- Rake Task Management Essentials
- Mastering Articulate Storyline
- 游戲程序設(shè)計(jì)教程
- Oracle從入門(mén)到精通(第5版)
- Apache Spark 2.x for Java Developers
- 大學(xué)計(jì)算機(jī)基礎(chǔ)
- 計(jì)算機(jī)應(yīng)用技能實(shí)訓(xùn)教程
- PHP與MySQL權(quán)威指南
- 零基礎(chǔ)看圖學(xué)ScratchJr:少兒趣味編程(全彩大字版)
- Qt 4開(kāi)發(fā)實(shí)踐
- Instant Apache Camel Messaging System
- C語(yǔ)言程序設(shè)計(jì)