- Hands-On Robotics Programming with C++
- Dinesh Tavasalkar
- 251字
- 2021-06-24 15:30:25
Creating an SSH file on a microSD card
After installing the aforementioned software, we need an SSH file on the microSD card to enable SSH for the Raspberry Pi 3B+. To do this, perform the following steps:
- Open the drive allotted to the SD card. In our case, this is the boot (F:) drive. As shown in the following screenshot, there are some files on the microSD card:

- To create the SSH file, right-click in the drive, click on New, and select a Text Document, as shown here:

- Give this text file the name ssh but do not include the .txt extension. We will get a warning stating that this file will become unstable because it doesn't have an extension. Click on the Yes button:

- Next, right-click on the ssh file and select the Properties option. Inside Properties, click on the General tab. We should see that the Type of file is set to File. Click OK:

After creating an SSH file on a microSD card, remove the card reader from the laptop and insert the microSD card into the Raspberry Pi 3B+.
In the next section, we will look at how to connect the RPi 3B+ to a Wi-Fi network. The setup is done on a Windows system. If you have a Mac, then you can follow one of the following tutorial videos:
- Access Raspbian OS on a Mac: https://www.youtube.com/watch?v=-v88m-HYeys
- Access Raspberry display on a VNC Viewer: https://www.youtube.com/watch?v=PYunvpwSwGY
推薦閱讀
- SPSS數據挖掘與案例分析應用實踐
- iOS面試一戰到底
- Kubernetes實戰
- 程序員面試筆試寶典
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- PHP 編程從入門到實踐
- PHP網絡編程學習筆記
- Mastering C# Concurrency
- Troubleshooting PostgreSQL
- 深入淺出RxJS
- Getting Started with NativeScript
- Learning Apache Karaf
- 從零開始學C#
- AI自動化測試:技術原理、平臺搭建與工程實踐
- Java EE 8 and Angular