![Jesse Pretorius](/assets/img/avatar_default.png)
This patch does the following: - Move the CONTRIBUTING doc content into the developer documentation - Move the development-stack doc content into the developer documentation - Rename all instances of 'OpenStack Ansible' to 'OpenStack-Ansible' - Implements a simpler navigation index for the bottom of the page - Implements a navigation index at the bottom of all developer docs - Updates the README to reflect where to get documentation and further information - Adds more information into the 'scripts' developer doc - Updates the 'Additional Resources' Appendix with Ansible information Change-Id: Ic08ba072f3b3d1e4e446d1e81c20c0cdf01833de
542 B
542 B
Home OpenStack-Ansible Installation Guide
Configuring Secure Shell (SSH) keys
Ansible uses Secure Shell (SSH) for connectivity between the deployment and target hosts.
- Copy the contents of the public key file on the deployment host to
the
/root/.ssh/authorized_keys
on each target host. - Test public key authentication from the deployment host to each target host. SSH should provide a shell without asking for a password.