We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance the sudo password support to allow a secondary level of sudo authentication.
The use case is a need to perform a "sudo" twice, such as:
sudo -u user1 sudo -u user2 command
The node configuration should support a second level of sudo password configuration, using a prefix such as "sudo2-".
The text was updated successfully, but these errors were encountered:
Support multiple sudo authentication issue #211
46f7188
Add documentation for multiple sudo support #211
522f2c8
For #211 enable a default sudo2 command pattern
faf3489
add documentation
gschueler
No branches or pull requests
Enhance the sudo password support to allow a secondary level of sudo authentication.
The use case is a need to perform a "sudo" twice, such as:
The node configuration should support a second level of sudo password configuration, using a prefix such as "sudo2-".
The text was updated successfully, but these errors were encountered: