[Feature Request] OpenSSL s_client ProxyCommand #1571
zandercodes
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which I find a good feature if openssl s_client could be supported.
Ssh cannot lead an SNI which makes it difficult to lead TCP e.g. through a reverse proxy.
Using s_client as proxy command, SNI connections can be established by a reverse proxy.
For Example:
ssh -o ProxyCommand="openssl s_client -connect ssh.example.com:443 -quiet" root@localhostI used traefik as reverse proxy thats is my dyn config:
Beta Was this translation helpful? Give feedback.
All reactions