Error: too many concurrent ssh connections | same error, even after disconnecting from the node #8556
Unanswered
pankajpandey9
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @pankajpandey9 I suspect this may be an issue that was resolved in 7.0.3. We had an issue pre-7.0.3 where the ssh server's internal connection counter wasn't being decremented correctly due to connections appearing open when they weren't while running in IoT mode, which required a full timeout (that's why you're seeing it take 10-15 minutes) instead of being released immediately. If these nodes are in IoT mode and you're running a version that's lower than 7.0.3 this is most likely the case. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All, need help regarding the below error:
ERROR: ssh: rejected: administratively prohibited (too many concurrent ssh connections for user "[email protected]" (max=5))
We have configured Teleport for max_connections: 5 . For the sixth connection it throws the error (which is fine). However, when I logout of the other active connections, Teleport still throws the same error(ssh: rejected) and doesn't allow to login (UI /tsh).
I need to wait for approx 15 to 30 mins to reconnect to the node. Not sure, if it is some configuration issue or a normal behaviour to keep the connection alive even after disconnecting from the node.
Any advise will be helpful.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions