Skip to content

Commit

Permalink
Removes docs about password authentication for rsync publishes
Browse files Browse the repository at this point in the history
  • Loading branch information
dkliban committed Aug 1, 2016
1 parent 0e8efde commit dcc8fe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
11 changes: 2 additions & 9 deletions docs/tech-reference/iso-rsync-distributor.rst
Expand Up @@ -35,19 +35,12 @@ Here is an example iso_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
10 changes: 2 additions & 8 deletions docs/tech-reference/rsync-distributor.rst
Expand Up @@ -35,18 +35,12 @@ Here's an example of rpm_rsync_distributor configuration:

The ``distributor_config`` contains a ``remote`` section made up of the following settings:

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

``ssh_user``
ssh user for remote server

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

``ssh_password``
Password for ``ssh_user`` on remote server. 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 dcc8fe5

Please sign in to comment.