f9f907732e
Convert RPC installation guide from DocBook to RST, remove content specific to Rackspace, and create initial OSAD installation guide. Change-Id: I3eedadc8ba441b4d931720dd6e3f7f3489302a9c Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
19 lines
543 B
ReStructuredText
19 lines
543 B
ReStructuredText
`Home <index.html>`__ 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.
|
|
|
|
--------------
|
|
|
|
.. include:: navigation.txt
|