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

FlagDescription
-u, --user stringSSH user (default: admin)
-h, --helpHelp for ssh