Avisi cloud logo
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:8080
acloud playroom connect -

Pass - as NAME to use the last-used playroom.

Options

Prop

Type

Options inherited from parent commands

Prop

Type

SEE ALSO

On this page