by hegars | Aug 16, 2019 | Linux, Security
As described on the following.https://www.crc.id.au/linux-and-usb-full-disk-encryption/ Flow # mkdir /etc/luks-keys# chmod 700 /etc/luks-keys# dd if=/dev/urandom of=/etc/luks-keys/new-key-file bs=1 count=4096# cryptsetup luksFormat /dev/sdb...
by hegars | Jul 3, 2018 | Script, Security
by hegars | Jun 6, 2018 | Linux, Security, Windows
Importing a SSH key to the PIV smartcard. https://developers.yubico.com/PIV/Guides/SSH_with_PIV_and_PKCS11.html PS C:\Program Files (x86)\Yubico\YubiKey PIV Manager> .\yubico-piv-tool.exe -a import-key -s 9a -i hegars.key.pem -k Enter management key: Successfully...