From bf5f33b11634f3745cd976a2dc8bca120c74a526 Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Fri, 5 Jan 2024 19:36:03 +0100 Subject: [PATCH] It's 2016; why are we using ColdFusion?! Signed-off-by: RouxAntoine --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a934745..390c1dc 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,9 @@ run: $(EXEC) @chmod +x $(EXEC) sudo $(EXEC) +ssh: + sudo ip netns exec practical_murdock ssh -o StrictHostKeychecking=no 172.16.0.2 + ci: golangci-lint run --fix