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