Chris Green (HE12026-02-28): > 1 - A collection of outgoing ssh connections which set up reverse > tunnels so that I can log in to the system using ssh from home. (The > system on the boat is behind a CGNAT mobile connection).
The service that provides network connectivity to your SSH daemon, a system service, should run as a system service. As a side note, you should consider complementing these tunnels with a VPN (or several): VPN software is designed for that, keeping the connections alive will be easier and more robust. > 2 - Some python programs that run the displays on the boat. For that, I would recommend to set the user running the display on auto-login in a lightweight display manager. (nodm was not very reliable when I used it.)

