The list of trusted devices contains information about devices that are allowed to be accessed (for specific users or groups).
In the command line, you can view the list of trusted devices, add and remove devices from the list, and import the list of trusted devices from a file.
To view the list of trusted devices, run the following command:
kics-control --trusted-devices --list
To add a device to the list of trusted devices, run the following command:
kics-control --trusted-devices --add <identifier>
where <identifier> is the device ID or device ID mask.
To remove a device from the list of trusted devices, run the following command:
kics-control --trusted-devices --delete <identifier>
where <identifier> is the device ID or device ID mask.
To import a list of trusted devices from a file, run the following command:
kics-control --trusted-devices --merge|--add|--replace --file <file>
where:
--merge merges the lists of trusted devices. If the current list and the imported list contain entries for a device with the same ID, the existing entries are updated. For devices that are not in the current list, entries are added.--add adds the current list of trusted devices when importing. Only entries for devices not previously on the list of devices are added to the list.--replace replaces the current list of trusted devices. The existing list of trusted devices is replaced with the imported list.--file <file> – full path to the JSON file that the list of trusted devices will be imported from.