Update lima.md

This commit is contained in:
Sander Hautvast 2024-06-26 11:26:47 +02:00 committed by GitHub
parent b702d5ac06
commit 363820669d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,9 @@ provision:
set -eux -o pipefail set -eux -o pipefail
sudo cp /home/$(whoami).linux/.ssh/authorized_keys /root/.ssh/authorized_keys sudo cp /home/$(whoami).linux/.ssh/authorized_keys /root/.ssh/authorized_keys
``` ```
* ``` * ```bash
limactl start --name=ebpf-lima-vm ./ubuntu-lts-ebpf.yaml limactl start --name=ebpf-lima-vm ./ubuntu-lts-ebpf.yaml
``` ```
* ```bash
cat ~/.lima/ebpf-lima-vm/ssh.config >> ~/.ssh/config. #It appends Limas SSH configuration options to your default SSH options just to make it easier for PyCharm to connect to the VM.
```