Linux Credentials
Last updated
Last updated
Linux Control Center = 2.10.X or higher
The Linux Control Center uses credentials saved in the Console to perform various tasks. These credentials can be managed on this screen.
This screen only lists credentials for Linux servers.
Microsoft Windows credentials are managed in this manual:
The objective of this document is to demonstrate how to manage Linux credentials in the LCC console.
Click Config in the LCC left side menu
Click Credential.
If a Discover was run with a local credential, it will be listed on this page. You can also create a new credential by clicking Create.
Name: Name to identify the credential. Auth Type: Choose the SSH authentication method, Password or KEY. Username: User to authenticate to the SSH of the Hosts. Password: User password for authentication. Privilege Escalation: Choose the privilege escalation method according to the credential permission. Privilege Escalation Username: User to escalate privilege, with rights to create accounts and edit Sudoers files, if necessary. Privilege Escalation Password: Password for the privileged user, if necessary.
It is essential to understand the privilege escalation step to enter the credentials correctly, since this step is very important during Discover, it is necessary to configure it correctly. See a summary of how each type of privilege escalation works.
sudo without password
With this privilege escalation method, the user registered in the Username field must have permission to escalate directly to the root user, and it is necessary to fill in only the Username password in the Password field.
sudo with password
With this privilege escalation method, the user registered in the Username field must also have permission to escalate privilege, however, in addition to the login user's password, it is also necessary to enter the privileged user's password in the Privilege Escalation Password field to escalate the privilege.
None
Option used when the SSH connection credential also has sufficient permissions to create a local account and configure its SSH key (option generally used with the root user).
su -
After logging in with the first user provided (username), switch directly to the privileged credential in Privilege Escalation Username with the password in Privilege Escalation Password.
Click the Save button to create the credential in the Console
Follow the steps below to delete the credential for accessing the Console servers.
Click on the desired Credential.
Click the Delete button.
Confirm the deletion by clicking Agree.