openstack-ansible/doc/source/install-guide/targethosts-sshkeys.rst
kevin f9f907732e Port basic installation guide
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>
2015-06-11 09:17:56 -05:00

543 B

Home OpenStack Ansible Installation Guide

Configuring Secure Shell (SSH) keys

Ansible uses Secure Shell (SSH) for connectivity between the deployment and target hosts.

  1. Copy the contents of the public key file on the deployment host to the /root/.ssh/authorized_keys on each target host.
  2. Test public key authentication from the deployment host to each target host. SSH should provide a shell without asking for a password.