hpr3231 :: USB Key
Turn a Thumb drive into a Key to lock/unlock your linux machine.
Hosted by ToeJet on Monday, 2020-12-21 is flagged as Clean and is released under a CC-BY-SA license.
security, usb.
1.
The show is available on the Internet Archive at: https://archive.org/details/hpr3231
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:02:00
Privacy and Security.
In this open series, you can contribute shows that are on the topic of Privacy and Security
Script and instruction at
https://james.toebesacademy.com/USBKey.html
- Combo of
- Perl for Installation,
ssh-keygen
for key exchange.udev
for actionsbash
for locking/unlocking/key checking.
udev
add/remove/change events- add event does not allow access to drive
- change event was not allowing unlock.
Compromise was unlock, then lock if key check fails.