sslh, an open source protocol multiplexer, letting ssh and https share a single port.
sslh is an open source SSL/SSH protocol multiplexer. It listens on one port, reads the first bytes each client sends to work out which protocol is being spoken, and hands the connection to the matching service. SSH and HTTPS therefore share a single port, which is what makes a server reachable from networks that only allow 443 out, and lets an internet facing host expose one port instead of several.
cloudimg delivers sslh hardened, fully patched and already multiplexing on first boot, with working local backends so the appliance proves itself standalone with nothing else to install. The TLS certificate is generated per instance at first boot, so no key ships in the image, and a shipped self test command confirms all three protocols routed correctly in one line. Paired with a step by step deploy guide and backed by 24/7 support.