Required Permissions to Run Remote Execution Tasks Against Linux/Unix Devices

<< 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

Service Used from Remote

We need rights to the following services from remote machines:

SSH (Login)

SCP (Login/use)

 

SUDO Rights for Hardware/Software Inventory

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

 

The Reultant SUDO Configuration Line Is as Follows:

{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

 

papercliper

Note:

Please replace {UserName} with the user for RayVentory.

 

 

papercliper

Note:

To edit the sudo configuration use the visudo command.