mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix reference in known_hosts doc (#2563)
The format is described in sshd(1), not ssh(1).
This commit is contained in:
parent
54d40fe557
commit
140157d86a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ options:
|
||||||
default: null
|
default: null
|
||||||
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 key must be in the right format for ssh (see ssh(1), section "SSH_KNOWN_HOSTS FILE FORMAT")
|
- 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")
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
path:
|
path:
|
||||||
|
|
Loading…
Reference in a new issue