Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
deb10:raspi [2021/04/27 19:39] – [Setup remote_host] Bernard Condraudeb10:raspi [2026/03/02 14:44] (current) – [Raspian 10] Bernard Condrau
Line 1: Line 1:
-====== Raspian 10 ======+====== Raspian 10 (buster) ======
  
 ===== Prepare SD card ===== ===== Prepare SD card =====
-  * Download and install the [[https://www.raspberrypi.org/software/|RaspBerry Pi Imager]]+  * Download and install the [[https://www.raspberrypi.org/software/|Raspberry Pi Imager]]
   * Copy "RaspBerryPi OS Lite" to the SD card   * Copy "RaspBerryPi OS Lite" to the SD card
  
Line 32: Line 32:
 remote_host$ sudo systemctl start autossh-tunnel.service remote_host$ sudo systemctl start autossh-tunnel.service
 remote_host$ sudo systemctl enable autossh-tunnel.service</code> remote_host$ sudo systemctl enable autossh-tunnel.service</code>
-  - Trouble shoot:<code>sudo journalctl -u service-name.service -b</code>+  - Trouble shoot:<code>sudo journalctl -u autossh-tunnel.service [-b]</code>
 ==== Connect from local_host ==== ==== Connect from local_host ====
   - SSH from **local_host** to **remote_host** through tunnel at <port_to_access_remote_from_local><code>local_host$ ssh pi@localhost -p <port_to_access_remote_from_local></code>   - SSH from **local_host** to **remote_host** through tunnel at <port_to_access_remote_from_local><code>local_host$ ssh pi@localhost -p <port_to_access_remote_from_local></code>