From fb2f3ef2b5f9d21ea73b8e6aa36edd84167a78a1 Mon Sep 17 00:00:00 2001 From: AutumnalAntlers <45282916+AutumnalAntlers@users.noreply.github.com> Date: Thu, 31 Dec 2020 00:43:04 -0800 Subject: [PATCH] Correct minor typo in OpenSSH module documentation (#164) Co-authored-by: Antlers --- plugins/modules/openssh_cert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/openssh_cert.py b/plugins/modules/openssh_cert.py index 14eb2471..a293ba48 100644 --- a/plugins/modules/openssh_cert.py +++ b/plugins/modules/openssh_cert.py @@ -100,7 +100,7 @@ options: command specified by the user when the certificate is used for authentication." - "C(no-agent-forwarding): Disable ssh-agent forwarding (permitted by default)." - "C(no-port-forwarding): Disable port forwarding (permitted by default)." - - "C(no-pty Disable): PTY allocation (permitted by default)." + - "C(no-pty): Disable PTY allocation (permitted by default)." - "C(no-user-rc): Disable execution of C(~/.ssh/rc) by sshd (permitted by default)." - "C(no-x11-forwarding): Disable X11 forwarding (permitted by default)" - "C(permit-agent-forwarding): Allows ssh-agent forwarding."