Releases: odkr/lpassh-add
Releases · odkr/lpassh-add
Minor changes
lpassh-add
used to try to make sure that it cannot be tricked into using the LassPass agent. This is, of course, ultimately futile. I removed this behaviour to not give people a false sense of security.
Fix for handling no TTY
lpassh-add
while no longer requiring a TTY when SSH_ASKPASS
is set for asking for the LastPass password, was still needing a TTY for asking for SSh key passphrases. This release changes this. Now, when SSH_ASKPASS
is set, no TTY is needed.
A bunch of fixes
- Made sure that
__LPASSH_ADD_ASKPASS
can't be overriden. - Replaced two instances of
$(...)
with backticks. - If
SSH_ASKPASS
is set, a TTY is no longer needed. - Re-arranged the code for better readability.
Stable
Yet another bugfix
v1.0.0b2 contained debugging code that breaks production use. I fixed this for this release.
v1.0.0b2: Bugfix
lpassh-add
works for me, but needs more testing. Be sure to read the section "SECURITY" in the manual.
First beta release
lpassh-add
works for me, but needs more testing.