Lab 1: SSH Tunnel Raspberry Pi ↔ Mobile

Create a secure SSH connection between Raspberry Pi 5 and my phone using Rync Viewer.

Setup • Raspberry Pi 5 with Raspbian OS • SSH server installed and running • Terminus app on mobile

Steps

  1. Enable SSH service on Raspberry Pi.

  2. Find the Pi’s IP address.

  3. Configure Rync Viewer with host, port, username, and password.

Result Connection established successfully from mobile to Raspberry Pi terminal.

Screenshot: Connessione SSH riuscita al Raspberry Pi con utente "nerevar". Il comando "whoami" conferma l’utente attivo, uname -a mostra il sistema operativo, e "uptime" indica da quanto tempo il dispositivo è acceso. Il valore "3 users" si riferisce a tre sessioni attive (SSH, VNC, terminale locale).

Ultimo aggiornamento