dnoliver commented on PR #534:
URL: https://github.com/apache/guacamole-server/pull/534#issuecomment-3976450635

   Hi @necouchman,
   
   Is this PR providing a method similar to ProxyCommand?
   I need to make `guacd` to proxy ssh request using a config similar to this 
one:
   
   ```
   Host *
   
       ServerAliveInterval 60
       UserKnownHostsFile /dev/null
       StrictHostKeyChecking no
       ProxyCommand openssl s_client -quiet -servername %h -connect 
my.tls.ingress.to.a.cluster:443
   ```
   
   Is this going to be included in Guacamole 1.7.0?
   
   Thank you!


-- 
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