* luci/libs/uvl: move most schemes to their corresponding packages
[project/luci.git] / modules / admin-core / root / lib / uci / schema / default / dropbear
diff --git a/modules/admin-core/root/lib/uci/schema/default/dropbear b/modules/admin-core/root/lib/uci/schema/default/dropbear
new file mode 100644 (file)
index 0000000..ba490a7
--- /dev/null
@@ -0,0 +1,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