summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Oegema <blablaechthema@hotmail.com>2017-04-28 13:07:28 +0200
committerToshio Kuratomi <a.badger@gmail.com>2017-09-10 20:25:37 -0700
commit993eedaa940a36f4554b406ec05ee090b25360c5 (patch)
treee0ec3456296bb66856d0a29028b870f5316dc08f
parent51a9875cfd10bb906bf8329bb986b69900a26dd8 (diff)
downloadansible-993eedaa940a36f4554b406ec05ee090b25360c5.tar.gz
Fix section in known_hosts documentation
SSHD is part of section 8, SSH is part of section 1. (cherry picked from commit 61d2620098643c3f624107808259853c0bcfe00c)
-rw-r--r--lib/ansible/modules/system/known_hosts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/system/known_hosts.py b/lib/ansible/modules/system/known_hosts.py
index 25cbeeb20e..39579eb7e5 100644
--- a/lib/ansible/modules/system/known_hosts.py
+++ b/lib/ansible/modules/system/known_hosts.py
@@ -32,7 +32,7 @@ options:
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 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
default: null
path: