A version of this that's somehow aware of whether or not I'm at my desk, then puts the machine to sleep anytime anyone else touches a key would be kind of cool. Maybe some kind of proximity sensor that you could stick to a badge or in your wallet? It would need to still allow you to login and perhaps offer a password to disable in case you forgot your sensor, but seems vaguely plausible? EDIT: Read more of the usage…
Daytripper
21–30 of 205 posts
Re: Daytripper
#22Earlier quoted context omitted.
> * Execute a custom script rm -rf /*
I have always been curious.. is there a better way of accomplishing this?
Though if you do that, you'll want to be extremely diligent about minding where you step :-D
Re: Daytripper
#23Earlier quoted context omitted.
> * Execute a custom script rm -rf /*
I have always been curious.. is there a better way of accomplishing this?
Re: Daytripper
#24Earlier quoted context omitted.
> * Execute a custom script rm -rf /*
I have always been curious.. is there a better way of accomplishing this?
Re: Daytripper
#25Earlier quoted context omitted.
> * Execute a custom script rm -rf /*
I have always been curious.. is there a better way of accomplishing this?
If you destroy the keyfile, then even knowledge of the passphrase won't allow you to decrypt the data. This can be used to defeat a rubber-hose attack [0].
Standard security vs. convenience trade-off applies, of course - if you keep the keyfile on a USB key, then if the USB key fails you lose access to your data. If you keep a backup of the keyfile somewhere else, then access to that backup plus a rubber-hose attack to get your passphrase allows an attacker to decrypt your data.
Re: Daytripper
#26Reminds me of Uplink's Motion Sensor.
Re: Daytripper
#27Earlier quoted context omitted.
I have always been curious.. is there a better way of accomplishing this?
I suppose you could try wiring the receiver up to a USB killer ( https://en.wikipedia.org/wiki/USB_Killer )... Though if you do that, you'll want to be extremely diligent about minding where you step :-D
Re: Daytripper
#28A version of this that's somehow aware of whether or not I'm at my desk, then puts the machine to sleep anytime anyone else touches a key would be kind of cool. Maybe some kind of proximity sensor that you could stick to a badge or in your wallet? It would need to still allow you to login and perhaps offer a password to disable in case you forgot your sensor, but seems vaguely plausible? EDIT: Read more of the usage…
- Set USBKill to watch the status of a particular USB port
- Attach a lanyard to a USB key
- Wear the lanyard on your wrist
- Plug the USB key you're wearing into the port USBKill is watching
Then anytime you step away from the machine, USBKill would notice the removal of the key and shut it down.