Open trdarr opened 8 years ago
I also now realize that this is almost identical to the other issue I opened in a few months ago (#29), and is partially fixed by the corresponding pull request (#27), so I’ll add a commit to that pull request that covers the other unguarded call to keys.filter
.
I use Homebrew to install Node on OS X 10.10.5, then use npm 3.5.3 to install Vault 0.3.0.
When I try to generate a password with my SSH key, I get a TypeError.
I realize now that this issue is caused by ssh-agent not starting as a result of my having tried to replace OS X’s built-in ssh-agent with the ssh-agent from Homebrew-installed OpenSSH—other people have had similar problems (Homebrew/homebrew-dupes#242).
While trying to reproduce this issue to submit it, I encountered a similar exception caused by a
~/.vault
file left behind by a previous installation: when I tried to generate a password without the--key
option, I got a TypeError.