necouchman commented on PR #534: URL: https://github.com/apache/guacamole-server/pull/534#issuecomment-3977313658
> 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 > ``` > This particular PR does not include the ability to specify a proxy command, no - at least, not at the moment. Assuming libssh2 supports it, it could probably be added. > Is this going to be included in Guacamole 1.7.0? Hopefully so. -- 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]
