@echo off set KEY=%USERPROFILE%\.ssh\id_rsa ssh -o StrictHostKeyChecking=no -i "%KEY%" root@100.64.0.3 "cd /root && docker compose ps && echo DONE"