summaryrefslogtreecommitdiff
path: root/data/_openssh/com.openssh.sshd-localhost.plist
diff options
context:
space:
mode:
Diffstat (limited to 'data/_openssh/com.openssh.sshd-localhost.plist')
-rw-r--r--data/_openssh/com.openssh.sshd-localhost.plist51
1 files changed, 51 insertions, 0 deletions
diff --git a/data/_openssh/com.openssh.sshd-localhost.plist b/data/_openssh/com.openssh.sshd-localhost.plist
new file mode 100644
index 000000000..a4aa4ab94
--- /dev/null
+++ b/data/_openssh/com.openssh.sshd-localhost.plist
@@ -0,0 +1,51 @@
+<?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-localhost</string>
+
+ <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>SSHV6Listener</key>
+ <dict>
+ <key>SockNodeName</key>
+ <string>::1</string>
+ <key>SockServiceName</key>
+ <string>ssh</string>
+ </dict>
+ <key>SSHV4Listener</key>
+ <dict>
+ <key>SockNodeName</key>
+ <string>127.0.0.1</string>
+ <key>SockServiceName</key>
+ <string>ssh</string>
+ </dict>
+ </dict>
+
+ <key>StandardErrorPath</key>
+ <string>/dev/null</string>
+
+ <key>inetdCompatibility</key>
+ <dict>
+ <key>Wait</key>
+ <false/>
+ </dict>
+ <key>ExecuteAllowed</key>
+ <true/>
+ </dict>
+
+</plist>