Difference between revisions of "/System/Library/LaunchDaemons/ssh.plist"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lowercase}} | ||
+ | |||
+ | <code>cat [[/System/Library/LaunchDaemons/]]ssh.plist</code> | ||
<pre> | <pre> | ||
− | |||
<?xml version="1.0" encoding="UTF-8"?> | <?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"> | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
Line 46: | Line 48: | ||
</pre> | </pre> | ||
+ | == Related == | ||
+ | * <code>[[launchctl unload -w /System/Library/LaunchDaemons/ssh.plist]]</code> | ||
== See also == | == See also == | ||
+ | * {{launchctl}} | ||
* {{launchd}} | * {{launchd}} | ||
+ | |||
+ | |||
+ | [[Category:macOS]] |
Latest revision as of 12:49, 11 September 2023
cat /System/Library/LaunchDaemons/ssh.plist
<?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>Disabled</key> <true/> <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>Sockets</key> <dict> <key>Listeners</key> <dict> <key>SockServiceName</key> <string>ssh</string> <key>Bonjour</key> <array> <string>ssh</string> <string>sftp-ssh</string> </array> </dict> </dict> <key>inetdCompatibility</key> <dict> <key>Wait</key> <false/> <key>Instances</key> <integer>42</integer> </dict> <key>StandardErrorPath</key> <string>/dev/null</string> <key>SHAuthorizationRight</key> <string>system.preferences</string> <key>POSIXSpawnType</key> <string>Interactive</string> </dict> </plist>
Related[edit]
See also[edit]
Advertising: