Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
regenerate reference
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 16, 2024
1 parent 8420c9b commit d9235e9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ Data type: `String[1]`

Dropbear package name.

Default value: `'dropbear'`

##### <a name="-dropbear--package_version"></a>`package_version`

Data type: `String[1]`
Expand All @@ -112,6 +114,8 @@ Data type: `String[1]`

Dropbear service name.

Default value: `'dropbear'`

##### <a name="-dropbear--start_service"></a>`start_service`

Data type: `Boolean`
Expand All @@ -127,6 +131,8 @@ Data type: `Stdlib::Absolutepath`
Use the contents of the file rsakey for the rsa host key
This file is generated with dropbearkey

Default value: `'/etc/dropbear/dropbear_rsa_host_key'`

##### <a name="-dropbear--dsskey"></a>`dsskey`

Data type: `Stdlib::Absolutepath`
Expand All @@ -135,12 +141,16 @@ Use the contents of the file dsskey for the DSS host key
Note that some SSH implementations use the term "DSA" rather than "DSS",
they mean the same thing. This file is generated with dropbearkey.

Default value: `'/etc/dropbear/dropbear_dss_host_key'`

##### <a name="-dropbear--cfg_file"></a>`cfg_file`

Data type: `Stdlib::Absolutepath`
Data type: `Optional[Stdlib::Absolutepath]`

Location of configuration file.

Default value: `undef`

##### <a name="-dropbear--manage_config"></a>`manage_config`

Data type: `Boolean`
Expand Down

0 comments on commit d9235e9

Please sign in to comment.