OpenStack - Warning: Permanently added '192.168.156.200' (ECDSA) to the list of known hosts | Failed to run remote script, stdout #linuxtopic

Linuxtopic
0
Warning: Permanently added '192.168.156.200' (ECDSA) to the list of known hosts.


This topic we are installing openstack train /queen version in CentOS7 using packstack, but we are getting below error during the installation.


ERROR : 

Failed to run remote script,
stdout:



stderr: Warning: Permanently added
'192.168.156.200' (ECDSA) to the list of known hosts.





Cases : 

We are getting known hosts issue during the installation and it is  SSH issue, ssh connection denied to access the node  

Solution



To resolve this issue we will add the host ip/network of openstack environment in below file

vi ~/.ssh/config

Add below line in the config file and save it 



Host 192.168.156.*
  StrictHostKeyChecking no
  UserKnownHostsFile=/dev/null



Enjoy!! try again your openstack installation 

Thanks you !! 
I hope this topic gave you all the information you needed. If you have any further questions or would like more detailed directions feel free to contact us using any of the following sources.We look forward to talking to you.

Post a Comment

0Comments

Post a Comment (0)

#buttons=(Ok, Go it!) #days=(20)

Our website uses cookies to enhance your experience. Check Now
Ok, Go it!