summaryrefslogtreecommitdiff
path: root/data/_openssh/com.openssh.sshd-localhost.plist
blob: a4aa4ab9448cd9649311dc27c465dae0836289e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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>