summaryrefslogtreecommitdiff
path: root/EndoForge/openssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'EndoForge/openssh/Makefile')
-rw-r--r--EndoForge/openssh/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/EndoForge/openssh/Makefile b/EndoForge/openssh/Makefile
deleted file mode 100644
index ae39ed2..0000000
--- a/EndoForge/openssh/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
1
2run:
3 ./run-sshd -D -e -f ~/.ssh/sshd_config
4
5install:
6 install -m0600 sshd_config -t ~/.ssh
7 install -m0755 AuthorizedKeysCommand -t ~/.ssh