lium ssh
SSH into a pod.
lium ssh TARGET
Arguments​
TARGET— Pod name or index fromlium 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​
lium exec— run a command without holding a TTYlium scp/lium rsync— move files