Update README
This commit is contained in:
parent
717a237cc0
commit
50ddf070ed
10
README.md
10
README.md
@ -598,7 +598,7 @@ ssh::sshd_config_match:
|
|||||||
|
|
||||||
sshd_config_hostcertificate
|
sshd_config_hostcertificate
|
||||||
---------------------------
|
---------------------------
|
||||||
Absolute path to the OpenSSH Host CA Certificate (HostCertificate) for use with SSH CA validation for Host Certificates.
|
An Array of Absolute Paths to the Host CA Public Key. Each entry *MUST* be tied 1:1 to a Host CA Private Key (see [sshd_config_hostkey](#sshd_config_hostkey))
|
||||||
|
|
||||||
- *Default*: undefined
|
- *Default*: undefined
|
||||||
|
|
||||||
@ -608,6 +608,14 @@ Absolute path to the OpenSSH User CA Certificate (TrustedUserCAKeys) for use wit
|
|||||||
|
|
||||||
- *Default*: undefined
|
- *Default*: undefined
|
||||||
|
|
||||||
|
sshd_config_authorized_principals_file
|
||||||
|
--------------------------------------
|
||||||
|
String path (relative or absolute) to the `authorized_principals` file. Sets the `AuthorizedPrincipalsFile` setting in `sshd_config`
|
||||||
|
|
||||||
|
See `sshd_config(5)` for more details
|
||||||
|
|
||||||
|
- *Default*: undefined
|
||||||
|
|
||||||
keys
|
keys
|
||||||
----
|
----
|
||||||
Hash of keys for user's ~/.ssh/authorized_keys
|
Hash of keys for user's ~/.ssh/authorized_keys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user