@echo off title Pelagia Staging Tunnel (localhost:3200) echo ============================================================ echo Pelagia Portal - STAGING (internal dev only) echo Tunneling pms1 port 3200 to http://localhost:3200 echo Keep this window OPEN while testing. Close it to disconnect. echo ============================================================ echo. echo Connecting... your browser will open in a few seconds. REM Open the browser shortly after the tunnel comes up. start "" cmd /c "ping -n 6 127.0.0.1 >nul & explorer http://localhost:3200" ssh -i "%USERPROFILE%\.ssh\peliagia_portal_ubuntu22_ed25519" -o StrictHostKeyChecking=accept-new -N -L 3200:localhost:3200 shad0w@87.76.191.133 echo. echo Tunnel closed. You can close this window. pause