From a1a47eeb7ffbdebfa8d54583c254b920891d63f3 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Fri, 13 Mar 2026 22:24:54 +0000 Subject: [PATCH] ssh tunnels --- backend/ssh-tunnels.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 backend/ssh-tunnels.json diff --git a/backend/ssh-tunnels.json b/backend/ssh-tunnels.json new file mode 100644 index 0000000..f161b28 --- /dev/null +++ b/backend/ssh-tunnels.json @@ -0,0 +1,12 @@ +[ + { + "id": "vending", + "name": "Vending Master", + "local_port": 1521, + "ssh_host": "79.119.86.134", + "ssh_port": 22122, + "ssh_user": "romfast", + "oracle_host": "127.0.0.1", + "oracle_port": 1521 + } +]