summaryrefslogtreecommitdiff
path: root/EndoForge/openssh/Makefile
blob: e53a851c2f9e41241e83c600d203f54449761727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SSH_LISTEN_PORT = 22022
# SSHD = /usr/sbin/sshd -p $(SSH_LISTEN_PORT) -D -e -f ~/.ssh/sshd_config -h ~/.ssh/id_ed25519

run:
	fakeroot ./runsshd.sh

runtest:
	$(SSHD) -t

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