marcin
02/23/2017, 5:42 PMosquery> select u.username,algorithm,key,key_file from authorized_keys ak join users u on ak.uid = u.uid;
W0223 12:41:42.912647 2062791424 virtual_table.cpp:484] The authorized_keys table returns data based on the current user by default, consider JOINing against the users table
W0223 12:41:42.912668 2062791424 virtual_table.cpp:499] Please see the table documentation: <https://osquery.io/docs/#authorized_keys>