Over 10 Connections Are Established When a User Uses SSH to Connect to a Notebook Instance. Error "ssh_exchange_identification: Connection closed by remote host" Is Reported
Symptom
If you use SSH to connect to a notebook instance and have more than 10 connections at the same time, your connection will be rejected.
ssh_exchange_identification: Connection closed by remote host
Possible Causes
There are more than 10 concurrent connections. As a result, the connections are rejected. Run the following command to check the number of connections:
ps -ef|grep ma-user@pts |grep -v grep | wc -l
Solution
1. Disconnect unused SSH connections.
2. Restart the notebook instance. For details, see Starting, Stopping, or Deleting a Notebook Instance.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot