You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
Some users don't allow users to execute privileged commands (even with sudo) they must use su to become root. We should support become_method=su to allow those users to run privileged commands as root user.
Maybe we add an auth option that is become_method where default is "sudo" but it accepts "su" and then we may also need to support become_user default being "root".
The text was updated successfully, but these errors were encountered:
The specific request for this comes from a customer that is logging in via SSH with a shared account "e.g. srv_admin" and then they use the command "sudo su" to gain access to run privileged commands. srv_admin is listed in sudoers as being able to run "su" so this allows them to get root access without knowing the root password. In this case we would want to support sudo and su if that's possible.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Opening a new issue
Specify type:
Bug severity (if applicable):
Description:
Some users don't allow users to execute privileged commands (even with sudo) they must use su to become root. We should support become_method=su to allow those users to run privileged commands as root user.
Maybe we add an auth option that is become_method where default is "sudo" but it accepts "su" and then we may also need to support become_user default being "root".
The text was updated successfully, but these errors were encountered: