summaryrefslogtreecommitdiff
path: root/contrib/cygwin/sshd-inetd
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-07-14 12:12:52 +1000
committerDamien Miller <djm@mindrot.org>2008-07-14 12:12:52 +1000
commit1fc231cbb50f899a1aa6c919c4d7750876b01f2e (patch)
tree822edd79d132a47e14edb93a98586192f85b2fea /contrib/cygwin/sshd-inetd
parent276571c29d0e8a0c0e2d75e18ff57d63eb26f68c (diff)
- (djm) [contrib/cygwin/Makefile contrib/cygwin/ssh-host-config]
[contrib/cygwin/ssh-user-config contrib/cygwin/sshd-inetd] Revamped and simplified Cygwin ssh-host-config script that uses unified csih configuration tool. Requires recent Cygwin. Patch from vinschen AT redhat.com
Diffstat (limited to 'contrib/cygwin/sshd-inetd')
-rw-r--r--contrib/cygwin/sshd-inetd4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/cygwin/sshd-inetd b/contrib/cygwin/sshd-inetd
new file mode 100644
index 000000000..aa6bf073f
--- /dev/null
+++ b/contrib/cygwin/sshd-inetd
@@ -0,0 +1,4 @@
1# This file can be used to enable sshd as a slave of the inetd service
2# To do so, the line below should be uncommented.
3@COMMENT@ ssh stream tcp nowait root /usr/sbin/sshd sshd -i
4