Fix section in known_hosts documentation
SSHD is part of section 8, SSH is part of section 1.
(cherry picked from commit 61d2620098
)
This commit is contained in:
parent
51a9875cfd
commit
993eedaa94
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ options:
|
||||||
key:
|
key:
|
||||||
description:
|
description:
|
||||||
- The SSH public host key, as a string (required if state=present, optional when state=absent, in which case all keys for the host are removed).
|
- The SSH public host key, as a string (required if state=present, optional when state=absent, in which case all keys for the host are removed).
|
||||||
The key must be in the right format for ssh (see sshd(1), section "SSH_KNOWN_HOSTS FILE FORMAT")
|
The key must be in the right format for ssh (see sshd(8), section "SSH_KNOWN_HOSTS FILE FORMAT")
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
path:
|
path:
|
||||||
|
|
Loading…
Reference in a new issue