Description of problem: After rebooting the node I wanted to login via ssh again and got a key change warning. After removing the key for this host from known_hosts and accepting the new keys I rebooted the node again to see if the keys would change again and they did. Mentioning this in IRC yossarianuk noticed the same problem Version-Release number of selected component (if applicable): 2.2.3-1.1 How reproducible: Steps to Reproduce: 1. ssh in to the node as admin and accept the key (if its the first time) 2. In the tui menu tell the node to reboot 3. ssh in to the node as admin again, you get a key change warning.
It seems as if the ssh host keys weren't persisted because of a missing back slash. http://gerrit.ovirt.org/#change,2931
The following patch also fixes this bug for the standalone case: http://gerrit.ovirt.org/#change,2981 (The previous patch was abandoned)