[type/__sshd_config] Document "bug" in state explorer

This commit is contained in:
Dennis Camera 2021-01-05 17:00:55 +01:00
parent 8753b7eedf
commit bd8ab8f26f
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@ BUGS
- ``Include`` directives are ignored.
- Config options are not added/removed to/from the config file if their value is
the default value.
- | The explorer will incorrectly report ``absent`` if OpenSSH internally
transforms one value to another (e.g. ``permitrootlogin prohibit-password``
is transformed to ``permitrootlogin without-password``).
| Workaround: Use the value that OpenSSH uses internally.
AUTHORS