aeolwyr / tergent

A cryptoki library that uses Android keystore as the backend
GNU General Public License v3.0
74 stars 7 forks source link

recommend a kill trap #9

Closed landfillbaby closed 4 years ago

landfillbaby commented 4 years ago

without this, and with multiple sessions, there would be useless processes running after each session is closed. either this or add detection of the session ending in tergent itself

landfillbaby commented 4 years ago

maybe i'll just open a PR upstream to optionally install the profile.d script in the .deb postinst instead

aeolwyr commented 4 years ago

Hello, I understand the 0.1 version of tergent was leaving useless processes behind as it wasn't managing its lifecycle properly.

First of all, thanks for the contribution, and sorry for getting back to you late.

Since then I have realized maintaining such a binary will keep leading to issues like this.

The 1.0 release fixes this problem at the root by eliminating the need for a background process, ssh can now invoke tergent functions directly. Please note that if you wish to upgrade, you will need to follow the README as you'll need to generate new keys.

landfillbaby commented 4 years ago

ok cool! i guess i'll close this then