I’m seeing my sessions being disconnected after one minute of being idle. The logs in the node show this:
ERRO [NODE] agent server for user "kenske" stopped: accept unix /tmp/teleport-688045490/teleport-33.socket: use of closed network connection id:6 idle:5m0s local:10.10.3.129:52706 login:root remote:10.17.1.215:10546 teleportUser:kenske regular/sshserver.go:791
I have the idle timeout set to 5m:
auth_service:
enabled: "yes"
client_idle_timeout: 5m
Any ideas on why the connection is being closed early? Thanks!