Fix reference in known_hosts doc (#2563)

The format is described in sshd(1), not ssh(1).
This commit is contained in:
Sander Dijkhuis 2016-07-25 21:41:41 +02:00 committed by René Moser
parent b02a24ffed
commit 669f99d841

View file

@ -37,7 +37,7 @@ options:
default: null
key:
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
default: null
path: