diff --git a/images/php/cli/ssh_config b/images/php/cli/ssh_config index a64ee8a58a..0927994629 100644 --- a/images/php/cli/ssh_config +++ b/images/php/cli/ssh_config @@ -2,4 +2,6 @@ Host * StrictHostKeyChecking no UserKnownHostsFile /dev/null IdentityFile /home/.ssh/lagoon_cli.key - IdentityFile /home/.ssh/key \ No newline at end of file + IdentityFile /home/.ssh/key + ServerAliveInterval 60 + ServerAliveCountMax 1440