------Instead of the limactl shell command, SSH can be used too:
This is useful for interoperability with other software that expects the SSH connectivity.
Using SSH without additional options
Add the following line to your ~/.ssh/config:
Then you can connect directly without specifying -F:
This configuration is notably useful for the Remote Development mode of Visual Studio Code.
Using SSH without a config file
If your SSH client does not support a config file, try specifying an equivalent of the following command:
The port number can be inspected as follows:
See also .lima/default/ssh.config.