We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170ac64 commit 6b6c1b6Copy full SHA for 6b6c1b6
Makefile
@@ -49,3 +49,7 @@ clean-all: clean
49
.PHONY: help
50
help: ## Show this help.
51
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'
52
+
53
+.PHONY: sshd
54
+sshd: ## start dev/test sshd server on port 2222
55
+ docker run -p 2222:22 --rm -it brianm/epithet-test-sshd:4 /usr/sbin/sshd -d
0 commit comments