I use this in a .bat to start it and i am getting protocol missmatch after updating
echo Starting SSH tunnel to %USER%@%HOST% ...
start "OpenClaw SSH Tunnel" cmd /k ssh -N -L %LOCAL_PORT%:127.0.0.1:%REMOTE_PORT% %USER%@%HOST%
timeout /t 2 >nul
start "" "http://127.0.0.1:%LOCAL_PORT%/#token=%TOKEN%"
echo.
echo Tunnel started in a separate window.
echo Keep that window open while using OpenClaw.