<< Click to Display Table of Contents >> RayVentory Scan Engine > 12.6 u4 > User Guide > Appendix I: Prerequisites Inventory Methods > Remote Execution Inventory for Unix/Linux Required Permissions to Run Remote Execution Tasks Against Linux/Unix Devices |
We need rights to the following services from remote machines:
•SSH (Login)
•SCP (Login/use)
Sudo rights without password prompt are needed for the following commands:
•/sbin/date
•/bin/date
•/bin/sh ./ndtrack.sh *
•/bin/sh ./ndtrack.sh *
•/sbin/rm -f ./ndtrack.sh ./ndtrack.ini
•/bin/rm -f ./ndtrack.sh ./ndtrack.ini
{UserName} ALL = (root) NOPASSWD: /bin/date,/sbin/date,/bin/sh ./ndtrack.sh *,/sbin/sh ./ndtrack.sh *,/bin/rm -f ./ndtrack.sh ./ndtrack.ini,/sbin/rm -f ./ndtrack.sh ./ndtrack.ini
Note: Please replace {UserName} with the user for RayVentory. |
Note: To edit the sudo configuration use the visudo command. |