On the remote machine (the real node)
# On the remote node, activate systemd-resolve if not active yet
ssh gg@node
sudo systemctl enable --now systemd-resolved.service
On the local machine (your home computer)
# On the local machine (e.g. home) mount the remote data folder
sshfs gg@node:/ethoscope_data /mnt/ethoscope_data -o allow_other -o ro
# Or if the entry is in fstab
mount /mnt/ethoscope_data
# Then activate system-wide ssh tunneling with sshshuttle
sshuttle -r gg@node 0.0.0.0/0 --dns -x node
# Start the node locally
sudo python server.py -D -e /mnt/ethoscope_data/results
# Add single ethoscope manually - for some reason Zeroconf does not work
# Also the backup comparison will not work
sudo sshfs jenner:~/Data/ethoscope_project/ethoscope /opt/ethoscope-node -o allow_other -o ro