←back to thread

2039 points Gadiguibou | 1 comments | | HN request time: 0.376s | source
1. kevwil ◴[] No.36497412[source]
The `security` tool is handy too. I like the ability to store passwords in the `login` Keychain and automate using them in the terminal using `security find-generic-password`.

    security find-generic-password -gw -l "${keychain_id}"
Super helpful for VPN automation scripts, easy logins to things like Vault, etc. The security tool has tons of other handy functions as well.