summaryrefslogtreecommitdiff
path: root/EndoForge/openssh/Makefile
blob: ae39ed2a6fe0bba8134eeb4330bfceb2032f3bd5 (plain)
1
2
3
4
5
6
7

run:
	./run-sshd -D -e -f ~/.ssh/sshd_config

install:
	install -m0600 sshd_config -t ~/.ssh
	install -m0755 AuthorizedKeysCommand -t ~/.ssh