66e3c40823701fee04d6e8917f39ea404f8166cc
[project/luci.git] / libs / uvl / root / lib / uci / schema / default / dropbear
1 package dropbear
2
3 config section
4         option name     'dropbear'
5         option title    'General SSH daemon settings'
6         option package  'dropbear'
7         option required true
8         option unique   true
9
10 config variable
11         option name     'PasswordAuth'
12         option title    'Permit password authentication'
13         option section  'dropbear.dropbear'
14         option datatype 'boolean'
15
16 config variable
17         option name     'Port'
18         option title    'Listening port'
19         option section  'dropbear.dropbear'
20         option datatype 'integer'
21         option required true