mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
bb488607b4
- 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
228 B
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