- Raspberry Pi Mechatronics Projects HOTSHOT
- Sai Yamanoor Srihari Yamanoor
- 338字
- 2021-07-23 20:31:38
Setup of a remote login into the Raspberry Pi
In this section, we will remotely log in to the Raspberry Pi using a secure shell. Since the Raspberry Pi comes with sshd
enabled, it is possible to log in remotely using the local name, raspberrypi.local
(
During the bootstrapping process, the avahi-daemon
tool is installed and hence, it is possible to remotely log in to the Raspberry Pi using the local name, raspberrypi.local)
. Alternatively, on a Windows machine, you can use a tool such as Advanced IP Scanner (http://www.advanced-ip-scanner.com/) to find the IP address of the Raspberry Pi. A snapshot of this tool is shown later in this project.
Note
If you are using a Windows machine, the Bonjour Print Services drivers have to be installed to remotely log in using the local name, raspberrypi.local
. The Bonjour Print Services drivers are available from http://support.apple.com/kb/DL999.
Prepare for lift off
The IP address of the Raspberry Pi can be identified using tools such as Advanced IP Scanner, as shown in the following screenshot:

A list of devices and IP addresses connected to a network similar to the Raspberry Pi
Engage thrusters
- Once we know the IP address, we use an SSH client such as PuTTY on Windows or a command-line terminal on a Linux or a Mac machine to remotely log in to the machine (in this case, we show this on a Windows machine).
- On a Windows machine, we either use the IP address of the Raspberry Pi or its local name (
raspberrypi.local
) and log in to the Raspberry Pi, as shown in the following screenshot: - Once we enter the IP address / local name in the PuTTy window, we log in as follows:
login as: pi <username>@<ip address>'s password: raspberry
Alternatively, we can also log in using the IP address of the Raspberry Pi instead of the local name,
raspberrypi.local
.
Objective complete – mini debriefing
If the username and password are entered correctly, we should be able to remotely log in to the Raspberry Pi to install the web server.
- 程序員面試白皮書
- SEO智慧
- Python 3破冰人工智能:從入門到實戰
- Python數據分析從0到1
- Visual FoxPro程序設計
- HTML5+CSS3 Web前端開發技術(第2版)
- Building Machine Learning Systems with Python(Second Edition)
- Emgu CV Essentials
- 算法設計與分析:基于C++編程語言的描述
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- JavaScript前端開發基礎教程
- Qt 5.12實戰
- 軟技能2:軟件開發者職業生涯指南
- SOA Patterns with BizTalk Server 2013 and Microsoft Azure(Second Edition)
- Go Programming Blueprints