necouchman commented on PR #322:
URL: https://github.com/apache/guacamole-server/pull/322#issuecomment-1121013811

   @jackhadrill If you're looking to configure this, you'll want to make it a 
connection parameter. There are several places to look in both the client and 
server code to see examples of this:
   
   
https://github.com/apache/guacamole-server/blob/master/src/protocols/ssh/settings.c
   
https://github.com/apache/guacamole-server/blob/master/src/protocols/ssh/settings.h
   
https://github.com/apache/guacamole-server/blob/master/src/protocols/vnc/settings.c
   
https://github.com/apache/guacamole-server/blob/master/src/protocols/vnc/settings.h
   
   (Basically, any of the protocols you can find the `settings.c` and 
`settings.h` files and look at those, and then look where those settings are 
used.)
   
   On the client-side, the connection parameters for each protocol are stored 
in JSON files:
   
   
https://github.com/apache/guacamole-client/tree/master/guacamole-ext/src/main/resources/org/apache/guacamole/protocols


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to