Raspberry Pi Remote Access using SSH

Pubblicato il: 27 marzo 2024
sul canale di: 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


In questa pagina del sito puoi guardare il video online Raspberry Pi Remote Access using SSH della durata di ore minuti seconda in buona qualità , che l'utente ha caricato The Expat Professor 27 marzo 2024, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 317 volte e gli è piaciuto like spettatori. Buona visione!