ssh tunnels

This commit is contained in:
Claude Agent
2026-03-13 22:24:54 +00:00
parent 3e2b7fcc0f
commit a1a47eeb7f

12
backend/ssh-tunnels.json Normal file
View File

@@ -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
}
]