From 62215b03a40f325c75e2d9e7e71cf1ce46ac9c90 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 6 Apr 2017 14:20:15 +0300 Subject: [PATCH] - Stop sshd process as part of the clean target. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ca86312..61438df 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ USERNAME = $$(whoami) clean: + - kill $$(cat sshd.pid) git clean -fdx test: ssh_config sshd_config CA CA.pub users/$(USERNAME) hosts/localhost known_hosts -- GitLab