Join Slack
Powered by
```select u.uid,u.shell,username,path,encrypted fr...
# macos
s
spookerlabs
09/11/2018, 5:58 PM
Copy code
select u.uid,u.shell,username,path,encrypted from users u JOIN user_ssh_keys USING(uid);
Open in Slack
Previous
Next