summaryrefslogtreecommitdiff
path: root/EndoForge/openssh/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-23 18:35:31 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-23 18:35:31 -0400
commite2d92847bbece5889f6690f68bf4bc614723700c (patch)
treef52da2fa0945abaf43364488008a8c5c040b0114 /EndoForge/openssh/Makefile
parentf94c5c4222cf5edf42193dc4dd3010ba1f8b53f2 (diff)
sshd improvements
Diffstat (limited to 'EndoForge/openssh/Makefile')
-rw-r--r--EndoForge/openssh/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/EndoForge/openssh/Makefile b/EndoForge/openssh/Makefile
index e53a851..ae39ed2 100644
--- a/EndoForge/openssh/Makefile
+++ b/EndoForge/openssh/Makefile
@@ -1,11 +1,6 @@
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 1
4run: 2run:
5 fakeroot ./runsshd.sh 3 ./run-sshd -D -e -f ~/.ssh/sshd_config
6
7runtest:
8 $(SSHD) -t
9 4
10install: 5install:
11 install -m0600 sshd_config -t ~/.ssh 6 install -m0600 sshd_config -t ~/.ssh