Help Center/
ModelArts/
FAQs/
ModelArts Standard Notebook/
How Do I Connect to a Restarted ModelArts Notebook Instance?
Updated on 2025-10-24 GMT+08:00
How Do I Connect to a Restarted ModelArts Notebook Instance?
To resolve this issue, set notebook parameters StrictHostKeyChecking no and UserKnownHostsFile=/dev/null in the local ssh config file.
Host roma-local-cpu
HostName x.x.x.x # IP address
Port 22522
User ma-user
IdentityFile C:/Users/my.pem
StrictHostKeyChecking no
ForwardAgent yes
Note: SSH logins are insecure because the known_hosts file will be ignored during the logins.
Parent topic: ModelArts Standard Notebook
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.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot