←back to thread

532 points tempaccount420 | 1 comments | | HN request time: 0s | source
Show context
she46BiOmUerPVj ◴[] No.45396551[source]
So with HTTP requests you can see the domain name in the header and forward it to the correct host. That was never a thing you could do with SSH, does this allow that to work?
replies(3): >>45396631 #>>45396916 #>>45397431 #
1. billfor ◴[] No.45396631[source]
You can forward any ssh traffic based on the domain name with SNI redirection. You can also use that with, lets say the nginx stream module, to run ssh and http server on the same port.