Set up remote development on your Pod using VSCode or Cursor.
~/.ssh/authorized_keys
file on your Pod. If you upload your public key to the settings page before your Pod starts, the system will automatically inject it into that file at startup.If your Pod is already running when you upload the key, the system will not perform this injection. To enable SSH access, you’ll need to either terminate/redeploy the Pod, or open a web terminal on the running Pod and run the following commands:ssh root@***.***.***.** -p ***** -i ~/.ssh/id_ed25519
) and press Enter. This will add a new entry to your SSH config file.
/workspace
)./workspace
: Default persistent storage directory./tmp
: Temporary files (cleared when Pod stops)./root
: Home directory for the root user..vscode-server
or .cursor-server
directory and reconnecting: