

Using Arcserve UDP Agent (Linux) › How to Configure Sudo User Account for Linux Nodes › Configure Sudo for Authorization Without Password When Using SSH Public Key Authentication
Configure Sudo for Authorization Without Password When Using SSH Public Key Authentication
When using SSH public key authentication, the Linux Backup Server does not store the user credentials. You can configure Sudo to allow authorization without any password.
Follow these steps:
- Log in to the Linux node as root user.
- Open the /etc/sudoer file or run visudo to edit the configuration file.
- Navigate to the configuration line for the specified user and add the ‘NOPASSWD’ option.
For example, if the user name is backupadmin, add the ‘NOPASSWD’ option as shown in the following example:
Example: backupadmin ALL=(ALL) NOPASSWD: ALL
- Log in to the user shell and type the following command to verify that the authorization does not require any password:
sudo -v
You have successfully configured Sudo for authorization without password when you are using the SSH public key configuration.
Copyright © 2016 .
All rights reserved.
 
|
|