- 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.
- Blender 3D Incredible Machines
- Java編程技術與項目實戰(第2版)
- Scientific Computing with Scala
- WordPress 4.0 Site Blueprints(Second Edition)
- Python Data Structures and Algorithms
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Visual Basic 6.0程序設計實驗教程
- Domain-Driven Design in PHP
- LabVIEW數據采集
- Mastering Leap Motion
- WCF全面解析
- Python深度學習(第2版)
- Visual Basic 開發從入門到精通
- AngularJS Web Application Development Cookbook