Commit 1b89abe1 by jctanner

Merge pull request #4669 from SegFaultAX/docs/ssh-ansible-cfg

Change ssh header to ssh_connection header
parents aaa44f91 d1d4af8b
...@@ -507,7 +507,7 @@ instead. Setting it to False will improve performance and is recommended when h ...@@ -507,7 +507,7 @@ instead. Setting it to False will improve performance and is recommended when h
OpenSSH Specific Settings 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). on OSes that are new enough to support ControlPersist. (This means basically all operating systems except Enterprise Linux 6 or earlier).
.. _ssh_args: .. _ssh_args:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment