PlayroomCommands
playroom connect
Open an interactive SSH session to a playroom, with optional SSH agent forwarding and pass-through arguments.
Alpha
This command is in active development. Flags and behaviour may change between releases.
Open an interactive SSH session to a playroom.
The playroom's host key is pinned to ~/.ssh/known_hosts automatically, so the connection verifies the host without prompting.
acloud playroom connect NAME | - [-- SSH_ARGS...] [flags]Pass - as the name to connect to the last-used playroom. Aliased as ssh.
Examples
acloud playroom connect my-room --playhouse playhouse-demo# forward your SSH agent for git over SSH (your private key never leaves your machine)
acloud playroom connect my-room -p playhouse-demo -A# forward a local port through the playroom (pass args after --)
acloud playroom connect my-room -p playhouse-demo -- -L 8080:localhost:8080acloud playroom connect -Pass - as NAME to use the last-used playroom.
Options
Prop
Type
Options inherited from parent commands
Prop
Type
SEE ALSO
- Playroom overview: what a playroom is and why to use it
- playroom play: create a playroom and connect in one step
- playroom open: open in VS Code, IntelliJ, or WebStorm instead of a terminal
- Data and secrets: forwarding env vars and SSH agent into a playroom