When the remote access to the KVM host is enabled with qemu+ssh , the root password is required more than thirty times depending on the number hosts during the installation.
It's not a major issue, but I think I need to add a description about placing the secret key in the helper host and the public key in the KVM host so that password authentication is not required during the installation.
Steps To Reproduce
Specify qemu+ssh in theinventory/group_vars/all/infra/libvirt.yml file.
description of the issue
When the remote access to the KVM host is enabled with
qemu+ssh
, the root password is required more than thirty times depending on the number hosts during the installation. It's not a major issue, but I think I need to add a description about placing the secret key in the helper host and the public key in the KVM host so that password authentication is not required during the installation.Steps To Reproduce
qemu+ssh
in theinventory/group_vars/all/infra/libvirt.yml
file.openshift_libvirt_pxe.yml
oropenshift_libvirt_fwcfg.yml
Current Result
The root password is required as follows after the openshift_libvirt_pxe.yml playbook started.
Expected Result
The root password or passphrase authentication is not required by generating and placing ssh key without a passphrase.
Additional Information