Help Center/
ModelArts/
FAQs/
Notebook (New Version)/
VS Code/
What Do I Do If a Restarted Notebook Instance Can Be Connected Only After I Locally Delete known_hosts?
Updated on 2022-12-06 GMT+08:00
What Do I Do If a Restarted Notebook Instance Can Be Connected Only After I Locally Delete known_hosts?
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: VS Code
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