summaryrefslogtreecommitdiff
path: root/EndoForge/openssh/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-23 18:08:40 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-23 18:08:40 -0400
commitf94c5c4222cf5edf42193dc4dd3010ba1f8b53f2 (patch)
tree7b4f554d6b1078e9e4f46f3f3e2e3a4635f6889d /EndoForge/openssh/Makefile
parent8962879681b1a1caba15c3d5191bc9619993758a (diff)
got user-mode sshd working
Diffstat (limited to 'EndoForge/openssh/Makefile')
-rw-r--r--EndoForge/openssh/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/EndoForge/openssh/Makefile b/EndoForge/openssh/Makefile
new file mode 100644
index 0000000..e53a851
--- /dev/null
+++ b/EndoForge/openssh/Makefile
@@ -0,0 +1,12 @@
1# SSH_LISTEN_PORT = 22022
2# SSHD = /usr/sbin/sshd -p $(SSH_LISTEN_PORT) -D -e -f ~/.ssh/sshd_config -h ~/.ssh/id_ed25519
3
4run:
5 fakeroot ./runsshd.sh
6
7runtest:
8 $(SSHD) -t
9
10install:
11 install -m0600 sshd_config -t ~/.ssh
12 install -m0755 AuthorizedKeysCommand -t ~/.ssh