Add "-o ConnectTimeout=10" as default in "ssh_options"

This commit is contained in:
Ian Barwick
2017-09-13 13:23:16 +09:00
parent f194c254b8
commit 55f203a2fc
3 changed files with 23 additions and 11 deletions

View File

@@ -151,7 +151,7 @@
#pg_ctl_options='' # Options to append to "pg_ctl"
#pg_basebackup_options='' # Options to append to "pg_basebackup"
#rsync_options='' # Options to append to "rsync"
ssh_options='-q' # Options to append to "ssh"
ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh"