oscar-cluster / oscar

OSCAR main source repository.
GNU General Public License v2.0
13 stars 2 forks source link

When deleting a node, the ssh known_hosts is not cleaned up #583

Closed dikim33 closed 7 years ago

dikim33 commented 7 years ago

Reported by valleegr on 8 Dec 2009 19:52 UTC When deleting a node, the ssh known_hosts is not cleaned up, leading to issues when redeploying compute nodes with a different image (keys are then different).

dikim33 commented 7 years ago

Comment by valleegr on 11 Jun 2010 19:07 UTC You can use the command ''ssh-keygen -R '' to clean up the file.

dikim33 commented 7 years ago

Comment by valleegr on 11 Jun 2010 19:16 UTC (In [9227]) This check-in fixes #583 - Remove hosts from SSH known_hosts when deleting clients.