This article describes how to configure a user with sudo privileges to run any command as a privileged user using sudo entitlement in ASA. It can also be achieved without configuring entitlements by assigning admin privileges to the users through group assignments.
NOTE: It is recommended to use specific commands/directories, etc., through sudo entitlements since ANY has the potential for the users to become root.
- Advanced Server Access (ASA)
- Sudo entitlement
Please follow these steps:
-
Configure sudo entitlement with the RAW option and "ALL" as the sub-option. See screenshot below:
-
Assign the newly created sudo entitlement to the group by going to Projects > Groups > select the group to which the entitlement should be added.
-
Then, under the Group Entitlements section > click on Add Sudo Entitlement Binding button.
-
sft ssh to the ASA-managed host and run the following command:
sudo -ui <sudo user>.
