Displaying 1 result from an estimated 1 matches for "allowhttpstunnels".
2023 Apr 20
4
It would be nice if OpenSSH would have features to circumvent network filters, like SSL tunneling
...3 are closed. ssh through any of
ports 80 and 443 is disallowed based on protocol content analysis.
It would be nice if OpenSSH would have some features that would allow
the user to break out of such network.
I suggest that OpenSSH adds the SSL tunneling feature:
1. The server would have the AllowHttpsTunnels {secret token} setting
2. The client would have the -h {secret token} argument that would tell
it to try the SSL connection when the SSH connection fails, and the -H
{secret token} argument that would instruct the client to only use the
SSL tunnel.
3. In case when SSL tunneling is used the cli...