Grant Login Permissions to the Non-Root Users
A root user can grant permissions to non-root users to log into the Backup Server. If non-root users get the permission to log into the Backup Server, they can use Arcserve UDP Agent (Linux) to perform all the data protection and recovery tasks.
Note: To grant login permissions to the non-root users, connect to the Backup Server as a root user using the SSH connection.
Follow these steps:
- Log into the Backup Server as a root user.
- Open the server.cfg file from the following location:
/opt/Arcserve/d2dserver/configfiles/server.cfg
Note: If the server.cfg file is not present, create the file.
- Add the following code to the server.cfg file:
allow_login_users=user1 user2
Note: Use blank spaces to distinguish multiple users.
The code is added.
- Verify the non-root user can connect to the Backup Server using the SSH connection.
The login permission is granted to the non-users to access the Backup Server.