From d1d4af8b1109c6195950c65db851afac035c236b Mon Sep 17 00:00:00 2001 From: Michael-Keith Bernard Date: Thu, 24 Oct 2013 11:24:24 -0700 Subject: [PATCH] Change ssh header to ssh_connection header --- docsite/rst/intro_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index 91b5623d2a..04d8cca4f2 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -507,7 +507,7 @@ instead. Setting it to False will improve performance and is recommended when h OpenSSH Specific Settings ------------------------- -Under the [ssh] header, the following settings are tunable for SSH connections. OpenSSH is the default connection type for Ansible +Under the [ssh_connection] header, the following settings are tunable for SSH connections. OpenSSH is the default connection type for Ansible on OSes that are new enough to support ControlPersist. (This means basically all operating systems except Enterprise Linux 6 or earlier). .. _ssh_args: