Skip to content
Snippets Groups Projects
Commit 62215b03 authored by nimrod's avatar nimrod
Browse files

- Stop sshd process as part of the clean target.

parent 669a3e67
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment