Skip to main content

lium ssh

SSH into a pod.

lium ssh POD [OPTIONS]

Arguments​

  • POD — Pod name or index from lium ps.

Options​

FlagEffect
--command CMDExecute a single command and exit
--port PORTSSH port (default: 22)
--key PATHUse a specific SSH private key

Examples​

lium ssh my-pod                          # Interactive shell
lium ssh 1 # SSH to pod #1
lium ssh my-pod --command "nvidia-smi" # One-shot command

See also​