Hacker News new | ask | show | jobs
by icebraining 2714 days ago
> if the server is also hosting some https website, then put it on an alternate ipv6 address (they are free if not cheap) and ssh into that.

There's also sslh, which can multiplex the same port by detecting whether the incoming connection is TLS or SSH, and forwarding appropriately. It's pretty cool: https://www.rutschle.net/tech/sslh/README.html

That said, I think this service is for people who need to use computers without ssh clients installed locally.

1 comments

its funny this came to my mind thinking about it but i wasn't aware it already existed. thanks for that.