diff options
author | Dan Williams <dcbw@redhat.com> | 2017-07-24 11:13:19 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2017-07-24 11:17:25 -0500 |
commit | ba980522331db061b7a342141d227b304caf586e (patch) | |
tree | 2f3462ccd78c6fbd3e216c11aa7332b691de6a91 | |
parent | 4f5aa38fc9bb2836d9409ad0e6ece87ae9da774a (diff) | |
download | openshift-ba980522331db061b7a342141d227b304caf586e.tar.gz openshift-ba980522331db061b7a342141d227b304caf586e.tar.bz2 openshift-ba980522331db061b7a342141d227b304caf586e.tar.xz openshift-ba980522331db061b7a342141d227b304caf586e.zip |
libvirt: add documentation about SSH keypair requirements
-rw-r--r-- | README_libvirt.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README_libvirt.md b/README_libvirt.md index c523d83fb..b8a24d705 100644 --- a/README_libvirt.md +++ b/README_libvirt.md @@ -23,6 +23,7 @@ Install dependencies 9. Check that your `$HOME` is accessible to the qemu user² 10. Configure dns resolution on the host³ 11. Install libselinux-python +12. Ensure you have an SSH private and public keypair at `~/.ssh/id_rsa` and `~/.ssh/id_rsa.pub`⁴ #### ¹ Depending on your distribution, libvirt access may be denied by default or may require a password at each access. @@ -103,6 +104,11 @@ sudo vi /etc/NetworkManager/dnsmasq.d/libvirt_dnsmasq.conf server=/example.com/192.168.55.1 ``` +#### ⁴ Private and public keypair in ~/.ssh/id_rsa and ~/.ssh/id_rsa.pub + +This playbook uses SSH keys to communicate with the libvirt-driven virtual machines. At this time the names of those keys are fixed and cannot be changed. + + Test The Setup -------------- |