mb ssh
Connect to a running sandbox via SSH. Replaces the current process with the ssh binary for a clean interactive experience.
If no name is given and only one sandbox is running, connects to that one. The default user is admin (the operator account in stereOS).
Usage
mb ssh [name] [flags]
Examples
mb ssh
mb ssh my-sandbox
mb ssh --user agent my-sandbox
Flags
| Flag | Description |
|---|---|
-u, --user string | SSH user (default: admin) |
-h, --help | Help for ssh |