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
Over 10 connections are established when you use SSH to connect to a notebook instance. As a result, your connection is rejected and the following error message is reported:
ssh_exchange_identification: Connection closed by remote host
Possible Causes
There are more than 10 concurrent connections. As a result, your connection is rejected. Run the following command to check the number of connections:
ps -ef|grep ma-user@pts |grep -v grep | wc -l
Solution
- Disconnect unused SSH connections.
- Restart the notebook instance. For details, see Starting, Stopping, or Deleting a Notebook Instance.
What is your overall rating for this page?
Thank 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