On Mon, Nov 6, 2023 at 10:06 AM Aero Tech <aerotech1...@gmail.com> wrote:
> I'll give the MYSQL DB a shot. Anyway around the plain text passwords in > the guac.props and other config files? I saw something about MD5 hashes. > I've been researching a few things but not 100 percent sure what all the > guacamole config files can handle as far as encryption. > No, the passwords will need to be plain-text. This gets asked every now and then, and the bottom line is that, even if the password were stored in an encrypted format, it would have to be reversible encryption in order for the password to be used to contact the DB server, so there's very little gain. You should protect your guacamole.properties file properly such that it is only readable by accounts that absolutely need to read it. -Nick