Skip to content

kafkas/eliza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Eliza

Eliza

Instructions

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 quit

Usual reconnect flow after restarting the VM:

  1. Run gcloud compute config-ssh
  2. Run gcloud compute ssh openclaw-gateway --zone=us-central1-a
  3. If you see REMOTE HOST IDENTIFICATION HAS CHANGED, run the ssh-keygen -R ... command using the exact compute.<number> shown in the error, then rerun the first two commands
  4. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors