Hello! On my ProxMox server there are several Windows virtual machines that are encrypted with standard BitLocker tools. Every time I restart the server or any virtual machine, I need to enter the decryption password. In order not to connect to the virtual machine console via VNC/Spice every time, I use SSH and the command like "qm sendkey 100 p-a-s-s-ret" (where "100" is VM number and "p-a-s-s-ret" are sended keys to the VM) to send the decryption password to a specific virtual machine. Thus, my password is passed in cleartext in the command. In Linux like Ubuntu, all commands sent via SSH are written to the ".bash_history" file. After checking it, I did not see my command there, but there is a suspicion that the commands with my password may be written to some other bash_history file. Is it so? Or is ProxMox not recording commands sent to QEMU?