`limactl ls`: stop printing local SSH port (when the screen width is narrow)
Open
area/cli
good first issue
priority/low
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
It seems mostly useless to print the local SSH port in `limactl ls`, as an SSH can be connected by the instance name, not by the port number
```bash
ssh -F ~/.lima/default/ssh.config lima-default
```
So we should stop printing local SSH port in `limactl ls`, especially when the screen width is narrow.
Contributor guide
Assessment
This issue has not been assessed yet.