[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Nice GUI/CLI Password Manager for Linux



Hi,

Just to follow up:

On Fri, Jan 25, 2008 at 01:25:15PM -0500, Joey Hess wrote:
> Amit Uttamchandani wrote:
> > Recently moved from Mac to Debian Linux. I am looking for a nice and powerful FLOSS password manager similar to "Keychain" on Mac OS X.
> > 
> > I preferably would want a CLI tool...so I could remote login using SSH and look at some passwords that I have forgotten.
> 
> vim + gpg
....
> Dump the following in your .vimrc:
> 
> " Transparent editing of gpg encrypted files.
> " By Wouter Hanegraaff <wouter@blub.net>
> augroup encrypted
>     au!
...
>     autocmd BufWritePre,FileWritePre    *.gpg   '[,']!gpg --default-key=80BF97AA --default-recipient-self -ae 2>/dev/null

Of course you need to change --default-key=80BF97AA to yours, of course.
...
> augroup END

There is a package: vim-scripts.  With this package, you type less :-)

You only use vim-addons command to enable "gnupg".

Osamu


Reply to: