1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>Disabled</key>
6	<true/>
7	<key>Label</key>
8	<string>com.openssh.sshd</string>
9	<key>Program</key>
10	<string>/usr/libexec/sshd-keygen-wrapper</string>
11	<key>ProgramArguments</key>
12	<array>
13		<string>/usr/sbin/sshd</string>
14		<string>-i</string>
15	</array>
16	<key>Sockets</key>
17	<dict>
18		<key>Listeners</key>
19		<dict>
20			<key>SockServiceName</key>
21			<string>ssh</string>
22			<key>Bonjour</key>
23			<array>
24				<string>ssh</string>
25				<string>sftp-ssh</string>
26			</array>
27		</dict>
28	</dict>
29	<key>inetdCompatibility</key>
30	<dict>
31		<key>Wait</key>
32		<false/>
33	</dict>
34	<key>StandardErrorPath</key>
35	<string>/dev/null</string>
36	<key>SHAuthorizationRight</key>
37	<string>system.preferences</string>
38	<key>POSIXSpawnType</key>
39	<string>Interactive</string>
40</dict>
41</plist>
42