Set Up sudoer Permissions
- Log in to the host as a root user.
-
Execute the following command to create a new user account for AppViewX usage:
useradd -m avxssh -s /bin/bash passwd avxsshYou will be prompted to enter the password. - Type the password and then press Enter on your keyboard.
-
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) AVXNote: You can use the netstat package as the telnet package is not available in the disk images (OVA/VHD/QCOW2)