Open
Description
Description
The common way to run commands and get a shell on a vm is ssh. Common tools provide ssh command to make this easier:
- minikube ssh
- virtctl ssh
But in lima this is called shell
. Maybe it is more correct, since we can theoretically interact with the vm by other means, but practically this is always ssh.
I try to use limactl ssh
by mistake many times.
This should be a trivial change in the Cobra command.
Downside: we will not be able to use ssh for another command in the future.
Discussed in #3608