Raspberry Pi Remote Access using SSH

Published: 27 March 2024
on channel: The Expat Professor
317
like

This Introduction to Raspberry Pi playlist    • Raspberry Pi Tutorials: Debian, Wirel...   includes videos with step-by-step tutorials including the following topics:
How to Install Debian on a Raspberry Pi    • Raspberry Pi Debian Installation  
How to Find and Install Applications on a Raspberry Pi    • Raspberry Pi Installing Applications  
How to Configure a Wireless Interface using a Raspberry Pi    • Raspberry Pi Tutorial - Configuring a...  
How to set up Remote Access on a Raspberry Pi    • Raspberry Pi Remote Access using SSH  
How to Install Ollama to Create your own AI on a Raspberry Pi    • Raspberry Pi Ollama Installation ON A...  
----------

In this video, we set up RaspberryPi Remote Access using SSH.

Commands:
vi
passwd
ssh
ssh-keygen -b 4096
ssh-copy-id -i /home/user/.ssh/id_rsa.pub root@192.168.5.105

Process:
On the RPi
echo "PermitRootLogin" | tee -a /etc/ssh/sshd_config
/etc/init.d/ssh restart
passwd

On the Remote Host:
ssh root@192.168.5.105
exit
ssh-keygen -b 4096
ssh-copy-id -i /home/user/.ssh/id_rsa.pub root@192.168.5.105
ssh root@192.168.5.105

After Connecting:
passwd -d root


#raspberrypi #tutorial
-----------------------
Thank you for dropping by!

Please join me:
   / paulwpoteete  
https://www.x.com/PaulWPoteete
  / paulwpoteete  
CC by Dr. Paul W. Poteete

TIMESTAMPS
00:00 Introduction to Raspberry Pi
00:29 Connect to Pi
02:00 Terminal
02:31 Authenticate
04:00 Password
04:36 SSH Configurations
05:24 Root Login
06:36 Restart
06:46 Set Password
07:20 Connected Remotely
08:00 ssh-copy-id
09:00 Create Keys
09:43 Login
10:54 Conclusion of Raspberry Pi


On this page of the site you can watch the video online Raspberry Pi Remote Access using SSH with a duration of hours minute second in good quality, which was uploaded by the user The Expat Professor 27 March 2024, share the link with friends and acquaintances, this video has already been watched 317 times on youtube and it was liked by like viewers. Enjoy your viewing!