Increase SSH connect timeout 3s -> 5s

This commit is contained in:
2018-08-03 06:19:05 -07:00
parent f5c10bd1ef
commit 9beac9247d

View File

@@ -2,7 +2,7 @@ Host *
# ControlMaster auto
# ControlPath ~/.ssh/ctl/%r@%h:%p
# ControlPersist 1h
ConnectTimeout 3
ConnectTimeout 5
ServerAliveInterval 30
AddKeysToAgent yes