From 62e1629db6f15e913791b86a37fabe12327eb494 Mon Sep 17 00:00:00 2001 From: finn Date: Thu, 16 Apr 2026 00:32:37 +0000 Subject: [PATCH] prepare for second tunnel --- hub/rclone.conf | 9 +++++++++ spoke/compose.yaml | 1 + 2 files changed, 10 insertions(+) diff --git a/hub/rclone.conf b/hub/rclone.conf index 008f972..840dd71 100644 --- a/hub/rclone.conf +++ b/hub/rclone.conf @@ -7,3 +7,12 @@ shell_type = unix md5sum_command = md5sum sha1sum_command = sha1sum +#[new-remote] +#type = sftp +#host = localhost +#port = 11112 +#key_file = /home/armbian/.ssh/a new priv key for tunnel back to new spoke +#shell_type = unix +#md5sum_command = md5sum +#sha1sum_command = sha1sum + diff --git a/spoke/compose.yaml b/spoke/compose.yaml index 55be217..b5b7e07 100644 --- a/spoke/compose.yaml +++ b/spoke/compose.yaml @@ -7,6 +7,7 @@ services: network_mode: host environment: - AUTOSSH_GATETIME=0 + # @@@@@@@@@ BEWARE THE REVERSE TUNNEL PORT AND KEYS WHEN RUNNING THIS ON A NEW SPOKE @@@@@@@@@@ command: > autossh -M 0 -NT -o "ServerAliveInterval=60"