Skip to content

Commit

Permalink
chore: bump ssh intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed May 18, 2022
1 parent 857c580 commit 73523b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN_ID ?= $(shell cat $(RUN_ID_FILE))
SSH_KEY ?= $(HOME)/.ssh/id_rsa
SSH_KEY_PUBLIC = $(SSH_KEY).pub
SSH_OPTS=-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -vvv
SSH_OPTS_EXTENDED=-tt -o TCPKeepAlive=yes -o ServerAliveInterval=60 -o ServerAliveCountMax=10 $(SSH_OPTS)
SSH_OPTS_EXTENDED=-tt -o TCPKeepAlive=yes -o ServerAliveInterval=300 -o ServerAliveCountMax=10 $(SSH_OPTS)

# Debian 10 AMD (see .e2e-platforms.yaml)
STACK_IMAGE=ami-0d90bed76900e679a
Expand Down
2 changes: 1 addition & 1 deletion .ci/ansible/files/sshd_config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ClientAliveInterval 60
ClientAliveInterval 300
ClientAliveCountMax 10

0 comments on commit 73523b3

Please sign in to comment.