Thanks guys! That was the issue. I was also passing a comment "My personal passdb" to init which pass did not like. I thought we could have multiple databases and comments would aid in identifying the database (saw this as a n example somwehere"
Like Ryan mentioned, pass init <gpg-id> works. Thanks for al lthe help!! On Mon, Oct 26, 2015 at 12:27 PM, Ryan Lie <[email protected]> wrote: > The gpg-id shouldn't include 4096R/ part (4096R is the key type, it means > the key is 4096-bit RSA key), your GPG ID is just "A9664766". Try > initializing your password database with the correct GPG ID: > > pass init A9664766 > > On Wed, Oct 21, 2015 at 6:51 PM, Anand J <[email protected]> wrote: > >> Thanks guys for all the help! I still seem to be missing something >> >> Here are the list of commands I executed : >> >> gpg --gen-key >> pass init "My personal passdb" 4096R/A9664766 >> pass git init >> pass insert blah/blah >> >> and I get after entering the password - >> >> gpg: 4096R/A9664766: skipped: No public key >> gpg: [stdin]: encryption failed: No public key >> fatal: pathspec '/home/anand/.password-store/blah/blah.gpg' did not match >> any files >> >> $ gpg --list-keys >> >> Lists my key >> >> Thanks for all the help in advance. >> >> Anand >> >> On Wed, Oct 21, 2015 at 10:21 AM, Ryan Lie <[email protected]> >> wrote: >> >>> You need to set up GPG before you can start using pass. >>> >>> On Wed, Oct 21, 2015 at 3:39 PM, Anand J <[email protected]> wrote: >>> >>>> I'm new to pass and love the simplicity of managing passwords across >>>> platforms. I have a few issues and questions. I'm on Fedora 22 x86_64 >>>> >>>> I cannot seem to create and save passwords >>>> >>>> >>>> [mylaptop@localhost ~]$ pass insert email/gmail.com >>>> Enter password for email/gmail.com: ******* >>>> Retype password for email/gmail.com: ****** >>>> gpg: My Password Storage Key: skipped: No public key >>>> gpg: [stdin]: encryption failed: No public key >>>> fatal: pathspec '/***/email/gmail.com.gpg' did not match any files >>>> >>>> what am I missing here? >>>> >>>> Is it possible to add metadata other than just password? Somes times >>>> for some portals the username / login name aren't mnemonic. Also, might >>>> want to store a password hint as well. It would be great to keep track of >>>> such additional metadata. >>>> >>>> Cheers, >>>> Anand >>>> >>>> _______________________________________________ >>>> Password-Store mailing list >>>> [email protected] >>>> http://lists.zx2c4.com/mailman/listinfo/password-store >>>> >>>> >>> >>> >>> -- >>> >>> Best Regards >>> >>> >>> >>> * Ryan Lie* >>> >>> >>> * Game Engine and Systems Developer* >>> >>> >>> >>> >>> >>> *Tel:* + 61 (2) 888 31 342* | *www.gecogaming.com >>> <http://www.thegaminglab.com.au/> >>> >>> *Alpha Building, Bella Vista, Sydney, Australia* >>> >>> >>> *This email and any files transmitted with it are confidential and >>> intended solely for the use of the individual or entity to whom they are >>> addressed. If you have received this email in error please notify the >>> system manager. This message contains confidential information and is >>> intended only for the individual named. If you are not the named addressee >>> you should not disseminate, distribute or copy this e-mail. Please notify >>> the sender immediately by e-mail if you have received this e-mail by >>> mistake and delete this e-mail from your system. If you are not the >>> intended recipient you are notified that disclosing, copying, distributing >>> or taking any action in reliance on the contents of this information is >>> strictly prohibited.* >>> >>> *Please consider the environment before printing this email* >>> >> >> > > > -- > > Best Regards > > > > * Ryan Lie* > > > * Game Engine and Systems Developer* > > > > > > *Tel:* + 61 (2) 888 31 342* | *www.gecogaming.com > <http://www.thegaminglab.com.au/> > > *Alpha Building, Bella Vista, Sydney, Australia* > > > *This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they are > addressed. If you have received this email in error please notify the > system manager. This message contains confidential information and is > intended only for the individual named. If you are not the named addressee > you should not disseminate, distribute or copy this e-mail. Please notify > the sender immediately by e-mail if you have received this e-mail by > mistake and delete this e-mail from your system. If you are not the > intended recipient you are notified that disclosing, copying, distributing > or taking any action in reliance on the contents of this information is > strictly prohibited.* > > *Please consider the environment before printing this email* >
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
