Hacker News new | ask | show | jobs
by qudat 921 days ago
SNI is absolutely needed. Over at https://pico.sh we have to request an IP for each ssh server even though from a resource perspective we really only need 1 VM. It increases the complexity of our deployments and overall makes us want to figure out how to merge all of our SSH apps into one.
1 comments

Maybe if there were a DNS record for a SSH port number it could work? Separate port per server, not terrible.