* luci/app/coovachilli: remove remotelogin section from sample config
[project/luci.git] / libs / uvl / root / lib / uci / schema / default / dropbear
1 package dropbear
2
3 config package
4         option title    'Dropbear SSHd configuration'
5
6 config section
7         option name     'dropbear'
8         option title    'General SSH daemon settings'
9         option package  'dropbear'
10         option required true
11         option unique   true
12
13 config variable
14         option name     'PasswordAuth'
15         option title    'Permit password authentication'
16         option section  'dropbear.dropbear'
17         option datatype 'boolean'
18
19 config variable
20         option name     'Port'
21         option title    'Listening port'
22         option section  'dropbear.dropbear'
23         option datatype 'integer'
24         option required true