SlideShare a Scribd company logo
Beginning Custom Projects with
Raspberry Pi
Connecting with SSH
64
Connecting with SSH
▪ Secure Shell (SSH)
▪ Shell = “command line interpreter”
▪ Secure, because it is encrypted
▪ SSH establishes encrypted tunnel to a
remote shell
▪ Requires SSH server to be running on
Raspberry Pi
▪ Requires client on your local computer
▪ SSH server is disabled by default
65
Enabling First-Boot SSH Server
▪ For added security, SSH is disabled
▪ Must tell Raspberry Pi to enable it
▪ microSD has two partitions
“boot” (small partition)
“root” (large partition)
▪ Raspberry Pi OS looks for any file called
“ssh” in boot partition.
Enables SSH server, deletes the file
66
Enabling First-Boot SSH Server
▪ Add file “ssh” to boot partition
▪ Reinstall in Raspberry Pi
▪ Power on
▪ Verify networking with ping
▪ Connect with SSH
▪ run raspi-config to enable SSH server
68
SSH Clients
▪ Linux and MacOS
native SSH client in terminal
▪ Windows
Putty
https://putty.org to download
70
Summary
▪ Enable SSH server on first-time boot
Any file named “ssh” in boot partition
▪ Retrieve IP from router DHCP logs
▪ Connect with SSH client
▪ First SSH session requires verifying
encryption key
▪ Permanently enable SSH server using
raspi-config
© The Johns Hopkins University 2021, All Rights Reserved.

More Related Content

PPTX
Rasperry pi Part 12
PPTX
Up and running with Raspberry Pi
PPTX
Workshop Raspberry Pi NAS with Windows Share
KEY
Intro to SSH
PDF
Raspi_TOR_Access_Point_BenMoore
PPTX
SP IoT Doorbell
PDF
Service intergration
PPTX
introduction to Raspberry pi
Rasperry pi Part 12
Up and running with Raspberry Pi
Workshop Raspberry Pi NAS with Windows Share
Intro to SSH
Raspi_TOR_Access_Point_BenMoore
SP IoT Doorbell
Service intergration
introduction to Raspberry pi

Similar to Slides_9_raspberry pi 4 for spesific .pdf (20)

PDF
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
PDF
Raspberry_PI_Configuration_ProcedureRelease
DOCX
Cent os 5 ssh
PPTX
Project-make a public website server using raspberry pi
PPTX
Raspberry pi home automation idea
PDF
2.Accessing the Pi
PPTX
Raspberry Pi (Introduction)
PDF
Home Automation Using RPI
PDF
Secure shell(ssh) AND telnet AND CONSOLE
PPTX
IoT for data science Module 5 - Raspberry Pi.pptx
PDF
Configure and Secure SSH - RHCSA (RH124).pdf
PDF
Dssh @ Confidence, Prague 2010
PDF
Exploring Raspberry Pi
PPT
Presentation nix
PPT
Presentation nix
PDF
Raspberry Pi By Example 1st Edition Pajankar Ashwin Kakkar Arush
PDF
Raspberry Pi - Lecture 6 Working on Raspberry Pi
PPTX
Raspberry pi
PDF
PXE Network Booting The Raspberry Pi
PDF
Raspberry pi overview
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
Raspberry_PI_Configuration_ProcedureRelease
Cent os 5 ssh
Project-make a public website server using raspberry pi
Raspberry pi home automation idea
2.Accessing the Pi
Raspberry Pi (Introduction)
Home Automation Using RPI
Secure shell(ssh) AND telnet AND CONSOLE
IoT for data science Module 5 - Raspberry Pi.pptx
Configure and Secure SSH - RHCSA (RH124).pdf
Dssh @ Confidence, Prague 2010
Exploring Raspberry Pi
Presentation nix
Presentation nix
Raspberry Pi By Example 1st Edition Pajankar Ashwin Kakkar Arush
Raspberry Pi - Lecture 6 Working on Raspberry Pi
Raspberry pi
PXE Network Booting The Raspberry Pi
Raspberry pi overview
Ad

Recently uploaded (20)

PDF
Download FL Studio Crack Latest version 2025 ?
PPTX
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
PDF
Tally Prime Crack Download New Version 5.1 [2025] (License Key Free
PDF
Website Design Services for Small Businesses.pdf
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Cost to Outsource Software Development in 2025
PDF
Nekopoi APK 2025 free lastest update
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PDF
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
PDF
Salesforce Agentforce AI Implementation.pdf
PDF
iTop VPN Crack Latest Version Full Key 2025
PDF
Designing Intelligence for the Shop Floor.pdf
PPTX
Weekly report ppt - harsh dattuprasad patel.pptx
PPTX
Monitoring Stack: Grafana, Loki & Promtail
Download FL Studio Crack Latest version 2025 ?
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
Tally Prime Crack Download New Version 5.1 [2025] (License Key Free
Website Design Services for Small Businesses.pdf
wealthsignaloriginal-com-DS-text-... (1).pdf
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Cost to Outsource Software Development in 2025
Nekopoi APK 2025 free lastest update
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
Navsoft: AI-Powered Business Solutions & Custom Software Development
Design an Analysis of Algorithms I-SECS-1021-03
Wondershare Filmora 15 Crack With Activation Key [2025
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
Salesforce Agentforce AI Implementation.pdf
iTop VPN Crack Latest Version Full Key 2025
Designing Intelligence for the Shop Floor.pdf
Weekly report ppt - harsh dattuprasad patel.pptx
Monitoring Stack: Grafana, Loki & Promtail
Ad

Slides_9_raspberry pi 4 for spesific .pdf

  • 1. Beginning Custom Projects with Raspberry Pi Connecting with SSH
  • 2. 64 Connecting with SSH ▪ Secure Shell (SSH) ▪ Shell = “command line interpreter” ▪ Secure, because it is encrypted ▪ SSH establishes encrypted tunnel to a remote shell ▪ Requires SSH server to be running on Raspberry Pi ▪ Requires client on your local computer ▪ SSH server is disabled by default
  • 3. 65 Enabling First-Boot SSH Server ▪ For added security, SSH is disabled ▪ Must tell Raspberry Pi to enable it ▪ microSD has two partitions “boot” (small partition) “root” (large partition) ▪ Raspberry Pi OS looks for any file called “ssh” in boot partition. Enables SSH server, deletes the file
  • 4. 66 Enabling First-Boot SSH Server ▪ Add file “ssh” to boot partition ▪ Reinstall in Raspberry Pi ▪ Power on ▪ Verify networking with ping ▪ Connect with SSH ▪ run raspi-config to enable SSH server
  • 5. 68 SSH Clients ▪ Linux and MacOS native SSH client in terminal ▪ Windows Putty https://putty.org to download
  • 6. 70 Summary ▪ Enable SSH server on first-time boot Any file named “ssh” in boot partition ▪ Retrieve IP from router DHCP logs ▪ Connect with SSH client ▪ First SSH session requires verifying encryption key ▪ Permanently enable SSH server using raspi-config
  • 7. © The Johns Hopkins University 2021, All Rights Reserved.