diff --git a/miscellaneous/full_disk_encryption_remote_unlock_luks.md b/miscellaneous/full_disk_encryption_remote_unlock_luks.md index 1bc98ec..182fb83 100644 --- a/miscellaneous/full_disk_encryption_remote_unlock_luks.md +++ b/miscellaneous/full_disk_encryption_remote_unlock_luks.md @@ -33,11 +33,11 @@ Modify the Dropbear configuration file to ensure it is set up correctly at boot ``` - Edit the configuration file: ```sh - sudo vim config + sudo nano config ``` **Or**, for newer versions: ```sh - sudo vim dropbear.conf + sudo nano dropbear.conf ``` - Add or modify the following options: ``` @@ -52,7 +52,7 @@ Modify the Dropbear configuration file to ensure it is set up correctly at boot If your server is located in a data center or an environment where a fixed IP address is required, it is recommended to configure a static IP: - Edit the file `/etc/initramfs-tools/initramfs.conf`: ```sh - sudo vim /etc/initramfs-tools/initramfs.conf + sudo nano /etc/initramfs-tools/initramfs.conf ``` - Add the static IP configuration: ```