Raspberry Pi Remote Access using SSH

Veröffentlicht am: 27 März 2024
auf dem Kanal: 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


Auf dieser Seite können Sie das Online-Video Raspberry Pi Remote Access using SSH mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer The Expat Professor 27 März 2024 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 317 Mal angesehen und es wurde von like den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!