Skip to content

Commit

Permalink
Merge pull request #1202 from amazeeio/add_SSH_KeepAlive
Browse files Browse the repository at this point in the history
Adding ServerAliveInterval and ServerAliveCountMax directives to the …
  • Loading branch information
Schnitzel authored Oct 7, 2019
2 parents a98e83a + d1c9917 commit ebc0321
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/php/cli/ssh_config
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
IdentityFile /home/.ssh/lagoon_cli.key
IdentityFile /home/.ssh/key
IdentityFile /home/.ssh/key
ServerAliveInterval 60
ServerAliveCountMax 1440

0 comments on commit ebc0321

Please sign in to comment.