Raspberry Pi Remote Access using SSH

Publicado em: 27 Março 2024
no canal de: 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


Nesta página do site você pode assistir ao vídeo on-line Raspberry Pi Remote Access using SSH duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário The Expat Professor 27 Março 2024, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 317 vezes e gostou like espectadores. Boa visualização!