I was looking at some possible ways to implement changes needed for GUACAMOLE-527, dealing with SSH known hosts, and one of the possible routes would be to add a parameter to the guacd configuration file to specify the path to a known_hosts file that could then be pulled in for the SSH protocol. The issue I'm running into is that it seems like the parsing and availability of configuration items in the guacd configuration file only exists in the src/guacd code and isn't necessarily (easily) available to each of the protocols. Am I missing something here, or would other work need to be done to allow for configuration parameters in the guacd config file to be used by the protocol-specific code?
Thanks, Nick
