through

Capture 20

Accessing Raspberry Pi through SSH

SSH stands for Secure Shell. It is a secure channel created over an insecure network. The channel consists of a server and a client. This channel uses public key cryptography and can be used for secure transmission of passwords, remote log in, command execution etc.. SSH can be used when we cannot physically access the […]

Accessing Raspberry Pi through SSH Read More »

Capture 12

Using Raspberry Pi through VNC

Contents 1 Setup VNC server on RaspberryPi 2 Accessing through VNC 3 To Automate the above Process on Boot Virtual Network Computing (VNC), is a graphical desktop sharing system used to remotely control a computer’s desktop from another computer. It uses Remote Frame Buffer Protocol (RFB). It transmits keyboard strokes and mouse movement from the controller to the

Using Raspberry Pi through VNC Read More »

Scroll to Top