From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-encryptvm.xml | 204 ++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-encryptvm.xml (limited to 'doc/manual/en_US/man_VBoxManage-encryptvm.xml') diff --git a/doc/manual/en_US/man_VBoxManage-encryptvm.xml b/doc/manual/en_US/man_VBoxManage-encryptvm.xml new file mode 100644 index 00000000..375578a2 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-encryptvm.xml @@ -0,0 +1,204 @@ + + + + +%all.entities; +]> + + + $Date: 2023-01-17 15:15:46 +0100 (Tue, 17 Jan 2023) $ + VBoxManage encryptvm + + + + VBoxManage-encryptvm + 1 + + + + VBoxManage-encryptvm + change encryption and passwords of the VM + &product-name; + + + + + + VBoxManage encryptvm + + uuid + vmname + + setencryption + --old-password file + --cipher cipher-identifier + --new-password file + --new-password-id password-identifier + --force + + + + VBoxManage encryptvm + + uuid + vmname + + checkpassword + file + + + + VBoxManage encryptvm + + uuid + vmname + + addpassword + --password file + --password-id password-identifier + + + + VBoxManage encryptvm + + uuid + vmname + + removepassword + password-identifier + + + + + Description + + The VBoxManage encryptvm command enables you to + change the encryption or add and remove user passwords for the + virtual machine (VM). The following sections describe the subcommands + that you can use: + + + Set encryption of the Virtual Machine + + + The VBoxManage encryptvm + vmname setencryption command + changes encryption of a VM. + + + Use the to supply old encryption + password. Either specify the absolute pathname of a password file + on the host operating system, or - to prompt + you for the old password. + + + Use the option to specify the + new cipher for encryption of the VM. Only AES-128 + and AES-256 are supported. Appropriate mode + GCM, CTR or XTS will be selected by VM depending on encrypting + component. + + + Use the option to specify the + new password for encryption of the VM. Either specify the absolute + pathname of a password file on the host operating system, or + - to prompt you for the new password. + + + Use the option to specify the + new id for the password for encryption of the VM. + + + Use the option to make the system + to reencrypt the VM instead of simple changing the password. + + + + Check the supplied password is correct + + + The VBoxManage encryptvm + vmname checkpassword command + checks the correctness of the supplied password. + + + The password can be supplied from file. Specify the absolute + pathname of a password file on the host operating system. Also, + you can specify - to prompt you for the password. + + + + Add password for decrypting the Virtual Machine + + + The VBoxManage encryptvm + vmname addpassword command + adds a password for decrypting the VM. + + + Use the to supply the encryption + password. Either specify the absolute pathname of a password file + on the host operating system, or - to prompt + you for the password. + + + Use the option to specify the + id the password is supplied for. + + + + Remove password used for decrypting the Virtual Machine + + + The VBoxManage encryptvm + vmname removepassword command + removes a password used for decrypting the VM. + + + Specify the password identifier for removing. The password becomes + unknown and the VM can not be decrypted. + + + + + + Examples + + + The following command encrypts the ol7 VM using + AES-256 giving password via command prompt: + +$ VBoxManage encryptvm ol7 setencryption --cipher=AES-256 --new-password - --new-password-id vmid + + + + See Also + + , + + + -- cgit v1.2.3