Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux:luks-verschluesselung
no way to compare when less than two revisions

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.


linux:luks-verschluesselung [2021/02/17 16:16] (aktuell) – angelegt ronny
Zeile 1: Zeile 1:
 +====== LUKS-Verschlüsselung ======
 +
 +Mapping erzeugen (Passwort erforderlich):
 +
 +  cryptsetup luksOpen /dev/xvdc backup2
 +
 +Mapping mounten:
 +
 +  mount /dev/mapper/backup2 /backup2
 +
 +Mapping überprüfen:
 +
 +  cryptsetup -v status backup2
 +
 +luks-Header ausgeben:
 +
 +  cryptsetup luksDump /dev/xvdc
 +
 +Mapping beenden:
 +
 +  cryptsetup luksClose backup2
 +
 +Passwort ändern:
 +
 +  cryptsetup luksAddKey /dev/xvdc
 +  cryptsetup luksRemoveKey /dev/xvdc
 +
 +https://www.cyberciti.biz/security/howto-linux-hard-disk-encryption-with-luks-cryptsetup-command/
 +
  
linux/luks-verschluesselung.txt · Zuletzt geändert: 2021/02/17 16:16 von ronny

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki