Eliza
SSH into VM
gcloud compute config-ssh # refresh local SSH config so Cursor Remote SSH sees the VM
gcloud compute ssh openclaw-gateway --zone=us-central1-a # test that the VM is reachable over SSH
ssh-keygen -R compute.9154371375982053036 -f ~/.ssh/google_compute_known_hosts # run this only if you get "REMOTE HOST IDENTIFICATION HAS CHANGED"; replace the compute.<number> value if the error shows a different one
exit # to quitUsual reconnect flow after restarting the VM:
- Run
gcloud compute config-ssh - Run
gcloud compute ssh openclaw-gateway --zone=us-central1-a - If you see
REMOTE HOST IDENTIFICATION HAS CHANGED, run thessh-keygen -R ...command using the exactcompute.<number>shown in the error, then rerun the first two commands - Reopen the Cursor Remote SSH window
Control UI
gcloud compute ssh openclaw-gateway --zone=us-central1-a -- -N -L 18789:127.0.0.1:18789