Merge "Improve Live Migration section in multinode-lab.rst"

This commit is contained in:
Jenkins 2016-11-22 08:38:46 +00:00 committed by Gerrit Code Review
commit 6771207a70

View File

@ -400,6 +400,10 @@ SSH keys need to be exchanged between each compute node:
ssh-keyscan -H DEST_HOSTNAME | sudo tee -a /root/.ssh/known_hosts ssh-keyscan -H DEST_HOSTNAME | sudo tee -a /root/.ssh/known_hosts
3. Verify that login via ssh works without a password::
ssh -i /root/.ssh/id_rsa.pub stack@DESTINATION
In essence, this means that every compute node's root user's public RSA key In essence, this means that every compute node's root user's public RSA key
must exist in every other compute node's stack user's authorized_keys file and must exist in every other compute node's stack user's authorized_keys file and
every compute node's public ECDSA key needs to be in every other compute every compute node's public ECDSA key needs to be in every other compute