Update lima.md

This commit is contained in:
Sander Hautvast 2024-06-26 11:29:56 +02:00 committed by GitHub
parent 1b183e03f5
commit c2c206ea8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,5 +43,6 @@ provision:
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.
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.
```