Re: Force pass to use specific GPG key

2017-02-15 Thread HacKan
Check gpg --card-status if you are using a card. Install scdaemon. Maybe this can help you: https://github.com/drduh/YubiKey-Guide I have a yubikey and I use it with pass among other things. Issue gpg --with-fingrprint -K to show full fingerprint of main key and subkeys. Maybe you want to use a

Re: pass-otp: A pass extension for managing one-time-password tokens

2017-02-15 Thread HacKan
This extension is awesome! +1 to adding a test suite Keep it up! On 02/15/2017 11:02 AM, Alexandre Pujol wrote: > For ArchLinux user, I just did a package in the AUR [1] for this > extension. You can install it with: > pacaur -S pass-otp > > [1] https://aur.archlinux.org/packages/pass-otp/ > >

Re: pass-otp: A pass extension for managing one-time-password tokens

2017-02-15 Thread Tad
On Tue, Feb 14, 2017 at 7:21 PM, Thomas Harning Jr. wrote: > Awesome enhancement! One suggestion that I have would be the ability > to store the OTP in the URI format (ex: > https://github.com/google/google-authenticator/wiki/Key-Uri-Format ) > ... although looking deeper, I

[PATCH] Support git worktree.

2017-02-15 Thread kevin
From: Kevin Lyda Git worktree works with the normal .git directory instead being a .git file with a reference to the primary git repository. --- src/password-store.sh | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/password-store.sh

Re: pass-otp: A pass extension for managing one-time-password tokens

2017-02-15 Thread Alexandre Pujol
For ArchLinux user, I just did a package in the AUR [1] for this extension. You can install it with: pacaur -S pass-otp [1] https://aur.archlinux.org/packages/pass-otp/ On 15/02/17 00:49, Tad wrote: > Hello all, > > I got tired of loading up Chrome and Authy on my desktop whenever I > needed to

Re: pass-otp: A pass extension for managing one-time-password tokens

2017-02-15 Thread Alexandre Pujol
Hi, > Le 15/02/2017 à 01:49, Tad a écrit : >> Hello all, >> >> I got tired of loading up Chrome and Authy on my desktop whenever I >> needed to generate a 2FA code, so I wrote a pass extension: >> >> https://github.com/tadfisher/pass-otp Good job, I wanted to do the same extension, but your one

Re: pass-otp: A pass extension for managing one-time-password tokens

2017-02-15 Thread Brian Candler
On 15/02/2017 03:21, Thomas Harning Jr. wrote: The nice bit about the key URI format is that it bundles all the OTP details in an optional way with defined defaults and helps keep all the OTP details in one place. Plus it can be rendered as a QR code, and hence auto-loaded into a device like