Server connect disconnect after exactly 1 minute #22303
-
I have a weird issue that session connects to server of teleport disconnect after 1 minute if I do nothing although I had config in teleport.yaml that:
If I set up client_idle_timeout_message: "" It doesn't show message when disconnected: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
The fact that it's exactly 1 minute suggests it's a 60 second timeout being enforced somewhere. How is your Teleport cluster configured? Do you have a load balancer or stateful firewall in front of Teleport, or on the connection that you're using to connect to Teleport? |
Beta Was this translation helpful? Give feedback.
The default timeout on an Application Load Balancer is 60 seconds as detailed here: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#connection-idle-timeout
I suggest raising this to 350 seconds.