Adding the knowledge files to git

This commit is contained in:
2026-04-18 16:09:47 +02:00
parent 169410e3dc
commit 95dd1dfd63
57 changed files with 24 additions and 29 deletions
+9 -3
View File
@@ -1,6 +1,7 @@
#!/bin/sh
# Establish a persistent SSH reverse tunnel from this machine to the VPS.
# Traffic arriving at VPS:50001 is forwarded to agent0:80 on the Docker network.
# Establish a persistent SSH reverse tunnel from Omega13 to the VPS.
# Each agent gets its own port on the VPS, forwarded directly to its container
# on the Omega13 Docker network. One SSH connection, one -R flag per agent.
set -e
exec autossh -M 0 -N \
@@ -10,5 +11,10 @@ exec autossh -M 0 -N \
-o "ServerAliveInterval=30" \
-o "ServerAliveCountMax=3" \
-o "ExitOnForwardFailure=yes" \
-R 0.0.0.0:50001:agent0:80 \
-R 0.0.0.0:50001:dobby:80 \
-R 0.0.0.0:50002:gemma:80 \
-R 0.0.0.0:50003:gunnar:80 \
-R 0.0.0.0:50005:rind:80 \
-R 0.0.0.0:50006:abyssinthia:80 \
-R 0.0.0.0:50007:gerhard:80 \
tunnel@glitch.university