From 363820669dc5d710b8741a0c751c580a112bb593 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Wed, 26 Jun 2024 11:26:47 +0200 Subject: [PATCH] Update lima.md --- cmd/lima.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cmd/lima.md b/cmd/lima.md index f124bc7..3e46f54 100644 --- a/cmd/lima.md +++ b/cmd/lima.md @@ -38,6 +38,9 @@ provision: set -eux -o pipefail sudo cp /home/$(whoami).linux/.ssh/authorized_keys /root/.ssh/authorized_keys ``` -* ``` +* ```bash limactl start --name=ebpf-lima-vm ./ubuntu-lts-ebpf.yaml ``` +* ```bash + cat ~/.lima/ebpf-lima-vm/ssh.config >> ~/.ssh/config. #It appends Lima’s SSH configuration options to your default SSH options just to make it easier for PyCharm to connect to the VM. + ```