lium ssh
SSH into a pod.
lium ssh POD [OPTIONS]
Arguments​
POD— Pod name or index fromlium ps.
Options​
| Flag | Effect |
|---|---|
--command CMD | Execute a single command and exit |
--port PORT | SSH port (default: 22) |
--key PATH | Use 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​
lium exec— run a command without holding a TTYlium scp/lium rsync— move files