xbmc-addon-settings: add option to disable ssh password auth

This commit is contained in:
Stefan Saraev 2012-08-15 20:16:30 +03:00
parent 873cc19f05
commit 7aa2717d06
2 changed files with 2 additions and 0 deletions

View File

@ -42,4 +42,5 @@
<string id="5020">SSH</string>
<string id="5021">Start ssh server at boot</string>
<string id="5022">Disable password authentication</string>
</strings>

View File

@ -73,5 +73,6 @@
<setting label="5020" type="lsep"/>
<setting type="sep" />
<setting id="SSHD_START" type="bool" label="5021" default="false" />
<setting id="SSHD_DISABLE_PW_AUTH" type="bool" label="5022" default="false" />
</category>
</settings>