summaryrefslogtreecommitdiffhomepage
path: root/libs/uvl/root/lib/uci/schema/default/dropbear
blob: ba490a705e52368f59788a9b8f4ade7445770bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
package dropbear

config package
	option title	'Dropbear SSHd configuration'

config section
	option name	'dropbear'
	option title	'General SSH daemon settings'
	option package	'dropbear'
	option required	true
	option unique	true

config variable
	option name	'PasswordAuth'
	option title	'Permit password authentication'
	option section	'dropbear.dropbear'
	option datatype	'boolean'

config variable
	option name	'Port'
	option title	'Listening port'
	option section	'dropbear.dropbear'
	option datatype	'integer'
	option required	true