From 669f99d841978b6d1677bc49438a8dc2b6f34213 Mon Sep 17 00:00:00 2001 From: Sander Dijkhuis Date: Mon, 25 Jul 2016 21:41:41 +0200 Subject: [PATCH] Fix reference in known_hosts doc (#2563) The format is described in sshd(1), not ssh(1). --- system/known_hosts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/known_hosts.py b/system/known_hosts.py index a355b6db5fe..0c9f24f4c2c 100644 --- a/system/known_hosts.py +++ b/system/known_hosts.py @@ -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: