summaryrefslogtreecommitdiff
path: root/data/openssh/com.openssh.sshd.plist
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-02 08:12:33 +0000
committerJay Freeman <saurik@saurik.com>2008-01-02 08:12:33 +0000
commitd226560b85a70759b17943113f54eaf230717156 (patch)
tree48a36e95218fa788f1e285f68a8f66158cbe4cad /data/openssh/com.openssh.sshd.plist
parent7fe4faa796d3393f6a806c3ebb56c0a2792c1144 (diff)
Fixed a bunch of massively broken dependencies and got OpenSSH working.
git-svn-id: http://svn.telesphoreo.org/trunk@9 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/openssh/com.openssh.sshd.plist')
-rw-r--r--data/openssh/com.openssh.sshd.plist46
1 files changed, 46 insertions, 0 deletions
diff --git a/data/openssh/com.openssh.sshd.plist b/data/openssh/com.openssh.sshd.plist
new file mode 100644
index 000000000..6866f3804
--- /dev/null
+++ b/data/openssh/com.openssh.sshd.plist
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+
+<dict>
+ <key>Label</key>
+ <string>com.openssh.sshd</string>
+
+ <key>Program</key>
+ <string>/usr/libexec/sshd-keygen-wrapper</string>
+
+ <key>ProgramArguments</key>
+ <array>
+ <string>/usr/sbin/sshd</string>
+ <string>-i</string>
+ </array>
+
+ <key>SessionCreate</key>
+ <true/>
+
+ <key>Sockets</key>
+ <dict>
+ <key>Listeners</key>
+ <dict>
+ <key>Bonjour</key>
+ <array>
+ <string>ssh</string>
+ <string>sftp-ssh</string>
+ </array>
+
+ <key>SockServiceName</key>
+ <string>ssh</string>
+ </dict>
+ </dict>
+
+ <key>StandardErrorPath</key>
+ <string>/dev/null</string>
+
+ <key>inetdCompatibility</key>
+ <dict>
+ <key>Wait</key>
+ <false/>
+ </dict>
+</dict>
+
+</plist>