User Tools

Site Tools


security:crypsetup

Cryptsetup

cryptsetup luksFormat --type luks2 /dev/sdc

cryptsetup luksOpen /dev/sdc backup

mkfs.ext4 /dev/mapper/backup

mount /dev/mapper/backup /mnt/


cryptsetup -v status backup
cryptsetup luksDump /dev/sdc

ssh-keygen
ssh-copy-id -i /root/.ssh/id_rsa.pub root@192.168.19.1
ssh-copy-id -i /root/.ssh/id_rsa.pub root@192.168.19.17

security/crypsetup.txt · Last modified: 2023/12/03 06:25 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki