doc: add tip about setting "ConnectTimeout" for SSH

This commit is contained in:
Ian Barwick
2018-10-03 10:16:47 +09:00
parent 7ab81e10de
commit bd24848ce9

View File

@@ -36,7 +36,7 @@
</para>
<para>
A dedicated system user for &repmgr; is *not* required; as many &repmgr; and
A dedicated system user for &repmgr; is <emphasis>not</emphasis> required; as many &repmgr; and
<application>repmgrd</application> actions require direct access to the PostgreSQL data directory,
these commands should be executed by the <literal>postgres</literal> user.
</para>
@@ -61,6 +61,13 @@
</itemizedlist>
</para>
<tip>
<simpara>
Consider setting <varname>ConnectTimeout</varname> to a low value in your SSH configuration.
This will make it faster to detect any SSH connection errors.
</simpara>
</tip>
<tip>
<simpara>
We recommend using a session multiplexer utility such as <command>screen</command> or