summarylogtreecommitdiffstats
path: root/teleport.yaml
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2019-10-02 02:16:11 +0200
committerEmanuele 'Lele' Calo2019-10-02 02:16:11 +0200
commitb2d9758372d1f12a2f572ad4c14ed28390415252 (patch)
tree79a5693c72bd0c315e943a554e9ee04a7a86b478 /teleport.yaml
parent4d6db589a1cb5a4be5f8c74b8882636f3acd782a (diff)
downloadaur-b2d9758372d1f12a2f572ad4c14ed28390415252.tar.gz
Updated teleport.yaml
Diffstat (limited to 'teleport.yaml')
-rw-r--r--teleport.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/teleport.yaml b/teleport.yaml
index 1b487b778b1e..fcad5fcbac4a 100644
--- a/teleport.yaml
+++ b/teleport.yaml
@@ -170,6 +170,13 @@ auth_service:
# certificates expire in the middle of an active SSH session. (default is 'no')
# disconnect_expired_cert: no
+ # Determines the interval at which Teleport will send keep-alive messages. The
+ # default value mirrors sshd at 15 minutes. keep_alive_count_max is the number
+ # of missed keep-alive messages before the server tears down the connection to the
+ # client.
+ # keep_alive_interval: 15
+ # keep_alive_count_max: 3
+
# License file to start auth server with. Note that this setting is ignored
# in open-source Teleport and is required only for Teleport Pro, Business
# and Enterprise subscription plans.