Skip to main content

lium ssh

SSH into a pod.

lium ssh TARGET

Arguments​

  • TARGET — Pod name or index from lium ps.

Examples​

lium ssh my-pod   # Interactive shell
lium ssh 1 # SSH to pod #1

To run a one-shot command without holding a shell, use lium exec instead.

See also​