Need to disable Remote Login in MAC OS X

An example:

<?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>comment</key>
	<array>
		<string>SSH Service ACL</string>
	</array>
	<key>generateduid</key>
	<array>
		<string>-redacted-</string>
	</array>
	<key>gid</key>
	<array>
		<string>123</string>
	</array>
	<key>name</key>
	<array>
		<string>com.apple.access_ssh</string>
	</array>
	<key>nestedgroups</key>
	<array>
		<string>-redacted-</string>
	</array>
	<key>passwd</key>
	<array>
		<string>*</string>
	</array>
	<key>realname</key>
	<array>
		<string>SSH Service ACL</string>
	</array>
</dict>
</plist>

Are you certain this is the plist that is changed when that box is checked or unchecked?