From dcc8fe5aef72b879cd0203086bc325d3862e86e2 Mon Sep 17 00:00:00 2001 From: Dennis Kliban Date: Mon, 1 Aug 2016 12:39:11 -0400 Subject: [PATCH] Removes docs about password authentication for rsync publishes re #1963 https://pulp.plan.io/issues/1963 re #1759 https://pulp.plan.io/issues/1759 --- docs/tech-reference/iso-rsync-distributor.rst | 11 ++--------- docs/tech-reference/rsync-distributor.rst | 10 ++-------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/docs/tech-reference/iso-rsync-distributor.rst b/docs/tech-reference/iso-rsync-distributor.rst index f361a1b0e..81c3afeaa 100644 --- a/docs/tech-reference/iso-rsync-distributor.rst +++ b/docs/tech-reference/iso-rsync-distributor.rst @@ -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. diff --git a/docs/tech-reference/rsync-distributor.rst b/docs/tech-reference/rsync-distributor.rst index e8f017c90..a92321ceb 100644 --- a/docs/tech-reference/rsync-distributor.rst +++ b/docs/tech-reference/rsync-distributor.rst @@ -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.