Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1923771 - Remote execution fails with the "Password: su: Authentication failure" error when the "Effective User Method" method is set to "su"
Summary: Remote execution fails with the "Password: su: Authentication failure" error ...
Keywords:
Status: CLOSED DUPLICATE of bug 1677180
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Remote Execution
Version: 6.7.0
Hardware: All
OS: All
unspecified
medium
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Peter Ondrejka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-01 20:18 UTC by Kaushik Sajjan Agarwal
Modified: 2024-03-25 18:04 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-02-02 10:27:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Kaushik Sajjan Agarwal 2021-02-01 20:18:08 UTC
Description of problem:

Remote execution fails with the "Password: su: Authentication failure" error when the "Effective User Method" method is set to "su"


Version-Release number of selected component (if applicable):

Red Hat Satellite 6.7


How reproducible:

Always

Steps to Reproduce:
1. Create a non-root user for remote execution on the content host and set the password for the user.
2. Do not copy keys or do any more configuration on the content host side.
3. On the Satellite GUI setup the following setting in "Administer >> Settings >> RemoteExecution":

   Effective User: root        
   Effective User Method: su
   SSH User: rexuser (here give the username of your non-root user)

4. Now try to execute the rex job on the content host and in the advance field provide appropriate values in the following fields:

   Password: <Password of your non-root user>
   Sudo password: <Password of the root user to perform su operation>   

5. Click on submit.

Actual results:

Below error is observed:

---
Password: su: Authentication failure
Exit status: 1
---


Expected results:

No error and successful execution of the job

Additional info:

Comment 2 Adam Ruzicka 2021-02-02 10:27:36 UTC
On 6.7 only passwordless su is supported, support for su with password was tracked as BZ1677180 and should land in Satellite 6.9.

*** This bug has been marked as a duplicate of bug 1677180 ***

Comment 3 Kaushik Sajjan Agarwal 2021-02-02 12:45:26 UTC
Thank you Adam for such a prompt update.

Will update the CU the same.


Note You need to log in before you can comment on or make changes to this bug.