We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c5f97 commit fda63b6Copy full SHA for fda63b6
website/content/en/docs/usage/_index.md
@@ -59,6 +59,19 @@ $ limactl ls --format='{{.SSHConfigFile}}' default
59
$ ssh -F /Users/example/.lima/default/ssh.config lima-default
60
```
61
62
+#### Using SSH without the `-F` flag
63
+
64
+To connect directly without specifying the config file, add this to your `~/.ssh/config`:
65
66
+```
67
+Include ~/.lima/*/ssh.config
68
69
70
+Then you can connect directly:
71
+```bash
72
+ssh lima-default
73
74
75
### Shell completion
76
- To enable bash completion, add `source <(limactl completion bash)` to `~/.bash_profile`.
77
- To enable zsh completion, see `limactl completion zsh --help`
0 commit comments