```select u.uid,u.shell,username,path,encrypted fr...
# macos
s
Copy code
select u.uid,u.shell,username,path,encrypted from users u JOIN user_ssh_keys USING(uid);