Skip to content

Commit

Permalink
Removes docs referencing use of password authentication for rsync pub…
Browse files Browse the repository at this point in the history
  • Loading branch information
dkliban committed Aug 1, 2016
1 parent dca89a9 commit 490e471
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/tech-reference/distributor.rst
Expand Up @@ -205,19 +205,12 @@ Here is an example docker_rsync_distributor configuration:

The ``distributor_config`` contains a ``remote`` section with the following settings:

``auth_type``
Two authentication methods are supported: ``publickey`` and ``password``.

``ssh_user``
The ssh user for remote server.

``ssh_identity_file``
The path to the private key to be used as the ssh identity file. When ``auth_type`` is
``publickey`` this is a required config. The key has to be readable by user ``apache``.

``ssh_password``
The password to be used for ``ssh_user`` on the remote server. ``ssh_password`` is required when
``auth_type`` is 'password'.
Absolute path to the private key that will be used as the identity file for ssh. The key has to
be readable by user ``apache``.

``host``
The hostname of the remote server.
Expand Down

0 comments on commit 490e471

Please sign in to comment.