fleet/handbook/queries/get-authorized-keys.md
Mike Thomas bb488607b4
Create get-authorized-keys (#658)
- Add "Get authorized keys" query to `handbook/queries`
- Edit "Get installed ___ software" queries for all platforms to prepare for adding software inventory to the host details API endpoint
2021-04-20 11:45:20 -07:00

228 B

Get authorizes keys

List authorized_keys for each user on the system.

Support

macOS, Linux

Query

SELECT * FROM users CROSS JOIN authorized_keys USING (uid);

Purpose

Informational

Remediation

N/A