jcoglan / vault

Generates safe passwords so you never need to remember them
https://getvau.lt
471 stars 64 forks source link

Relay error in key selection to user. #15

Closed codyaray closed 4 years ago

codyaray commented 10 years ago

My SSH agent is only forwarding my DSA key (not my RSA) for whatever reason. This results in a "no RSA keys" error but its swallowed, leaving me with this message instead:

$ ./bin/vault steam -k
No passphrase given; pass `-p` or run `vault -cp`

With this change, this error is shown:

$ ./bin/vault steam -k
No usable RSA keys were found
codyaray commented 10 years ago

PING

jcoglan commented 10 years ago

Please don't leave all-caps passive aggressive comments on GitHub. I am swamped at the moment and unable to work on new OSS releases for the time being. Hopefully that'll improve in the next few weeks, at which time I'll catch up on my merge backlog.

codyaray commented 10 years ago

This wasn't intentionally passive-aggressive. Its just how we remind folks about code reviews in my company. I forgot that not everyone uses the "PING" system elsewhere.

codyaray commented 4 years ago

Closing my stale PRs.