summaryrefslogtreecommitdiff
path: root/data/_openssh/com.openssh.sshd.plist
diff options
context:
space:
mode:
Diffstat (limited to 'data/_openssh/com.openssh.sshd.plist')
-rw-r--r--data/_openssh/com.openssh.sshd.plist39
1 files changed, 39 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..450056bd6
--- /dev/null
+++ b/data/_openssh/com.openssh.sshd.plist
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>ExecuteAllowed</key>
+ <true/>
+ <key>Label</key>
+ <string>com.openssh.sshd</string>
+ <key>POSIXSpawnType</key>
+ <string>Interactive</string>
+ <key>EnablePressuredExit</key>
+ <false/>
+ <key>Program</key>
+ <string>/bin/sh</string>
+ <key>ProgramArguments</key>
+ <array>
+ <string>/bin/sh</string>
+ <string>/usr/libexec/sshd-keygen-wrapper</string>
+ <string>-i</string>
+ </array>
+ <key>SessionCreate</key>
+ <true/>
+ <key>Sockets</key>
+ <dict>
+ <key>SSHListener</key>
+ <dict>
+ <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>