+1 vote
in Other by
I had set up a ubuntu instance with rails package and also deployed my app, it is working fine.

But when i try to do SSH I its not allowing me for the remote login and throws errors like host key verification failed.

The problem seem to be persisting, kindly recommend the solution and I have attached a elastic IP to that and I am not able to see the public DNS, my instance is running in singapure region.

JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
You may need to turn off StrictHostChecking by adding this option to ssh command line

 -o StrictHostKeyChecking=no

Related questions

+1 vote
asked Feb 1, 2022 in Other by DavidAnderson
+1 vote
asked Jan 30, 2022 in Other by DavidAnderson
...