diff --git a/doc/configuration-file-optional-settings.xml b/doc/configuration-file-optional-settings.xml index 2e8cc24c..6c915f79 100644 --- a/doc/configuration-file-optional-settings.xml +++ b/doc/configuration-file-optional-settings.xml @@ -119,6 +119,27 @@ + + ssh_options (string) + + ssh_options configuration file parameter + + + + + Options to append to the ssh command when executed + by &repmgr;. + + + We recommend adding -q to suppress any superfluous + SSH chatter such as login banners, and also an explicit + value, + e.g.: + +ssh_options='-q -o ConnectTimeout=10' + + +