deadman icon indicating copy to clipboard operation
deadman copied to clipboard

A usb-based dead man's switch

Results 16 deadman issues
Sort by recently updated
recently updated
newest added

deadman should work on FreeBSD as well using `usbconfig(8)` or `lsusb` from ports

allow the user to specify that the config file be securely deleted or the environment variables be cleared when the USB event (or failed password) fires. This will prevent any...

enhancement

In order to properly use deadman, users will need to have appropriate permissions set up for themselves and possibly the executable itself. This should be documented thoroughly for all supported...

doc

If the app is started with -p, it should prompt for a password and require this password again when the app is closed. If the password is incorrect or if...

enhancement

deadman should be able to ignore certain devices. It should probably also support a way to get the IDs necessary to use this feature.

Hi this is my first pull request here on Github. I randomly found your deadman application and decided to contribute some work towards it. The commits speak for themselves. Some...