Skip to main content
Every Devin Cloud session runs on a VM with the repository cloned and the environment set up. SSH in to explore or edit the code, run dev servers and forward their ports, or copy files with scp.

Connect

devin ssh opens a shell on the VM. It wraps the system ssh and approves the connection with your logged-in credentials:
Inside a cloud session, /ssh does the same for the current session. Plain ssh also works, from any SSH client (scp, your editor’s remote-SSH extension). The gateway prints a URL to approve the connection in your browser:

Forward ports

devin forward forwards a VM port to localhost until you press Ctrl-C:

Cloud CLI

Create, steer, and resume cloud sessions from the terminal

Commands & Flags

Full reference for devin ssh and devin forward