- 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.
- TypeScript Essentials
- Spring 5.0 By Example
- 程序員面試白皮書
- SOA實踐
- Java游戲服務器架構(gòu)實戰(zhàn)
- Access 2010數(shù)據(jù)庫基礎與應用項目式教程(第3版)
- Groovy for Domain:specific Languages(Second Edition)
- Java EE 7 Development with NetBeans 8
- C語言程序設計
- Learning Network Forensics
- HTML5+CSS3網(wǎng)站設計基礎教程
- The HTML and CSS Workshop
- Multithreading in C# 5.0 Cookbook
- Natural Language Processing with Java and LingPipe Cookbook
- Learning Continuous Integration with TeamCity