On 8/27/2009 11:44 AM, William Attwood wrote: > I'm trying to find a good utility that will manage data for > servers, data centers, store files, encrypt passwords, etc. Is there a good > overall I.T. utility, or a swiss army knife of tools that are available to > maintain this? I'm getting tired of my spreadsheets with numerous tabs, and > KeePass for passwords. What do you use?
gpg is your friend. My favorite method is a basic bash script that: 1. asks for a password 2. gpg decrypt a password file 3. opens password file via vi 4. allow me to edit 5. upon save and close, gpg re-encrypts the password file. Simple but efficient. Kenneth /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
