mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xbmc-addon-settings: add option to disable ssh password auth
This commit is contained in:
parent
873cc19f05
commit
7aa2717d06
@ -42,4 +42,5 @@
|
|||||||
|
|
||||||
<string id="5020">SSH</string>
|
<string id="5020">SSH</string>
|
||||||
<string id="5021">Start ssh server at boot</string>
|
<string id="5021">Start ssh server at boot</string>
|
||||||
|
<string id="5022">Disable password authentication</string>
|
||||||
</strings>
|
</strings>
|
||||||
|
@ -73,5 +73,6 @@
|
|||||||
<setting label="5020" type="lsep"/>
|
<setting label="5020" type="lsep"/>
|
||||||
<setting type="sep" />
|
<setting type="sep" />
|
||||||
<setting id="SSHD_START" type="bool" label="5021" default="false" />
|
<setting id="SSHD_START" type="bool" label="5021" default="false" />
|
||||||
|
<setting id="SSHD_DISABLE_PW_AUTH" type="bool" label="5022" default="false" />
|
||||||
</category>
|
</category>
|
||||||
</settings>
|
</settings>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user