Set Up sudoer Permissions

To set up the required sudoer permissions:
  1. Log in to the host as a root user.
  2. Execute the following command to create a new user account for AppViewX usage: useradd -m avxssh -s /bin/bash passwd avxssh
    You will be prompted to enter the password.
  3. Type the password and then press Enter on your keyboard.
  4. Enter visudo to provide a sudoer privilege and allow the root user to run the commands in the following order: Cmnd_Alias AVX = /bin/ls, /bin/getent passwd, /bin/test, /bin/grep, /bin/rm, /bin/mv, /bin/cat, /bin/xargs, /bin/stat, /bin/su, /bin/cd root ALL=(ALL) ALL avxssh ALL=(root) AVX
    Note: You can use the netstat package as the telnet package is not available in the disk images (OVA/VHD/QCOW2)