You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop using hard-coded port 60022 for "default" instance
The "default" instance no longer uses 60022 as the TCP port.
Discussed in issue 3712.
This change does not affect the existing "default" instance.
Users do not need to care about the port number
if they use `~/.lima/default/ssh.config`:
```
ssh -F ~/.lima/default/ssh.config lima-default
```
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
0 commit comments