I have a issue where I cannot connect to my server because the firewall
only allows ports 80 and 443 out.
I previously ran SSH on port 443 to overcome this, but I have had to
implement a HTTPS solution for users who wanted secure access, so that
is now gone.
This system has DNS records for ssh.server.co.uk and www.server.co.uk,
so can I use IPTables or similar to recognise if it is being connected
to via ssh.server.co.uk on port 443 and forward the traffic to port 22?
If www.server.co.uk:443 is used apache gets the traffic? Or is this (As
I suspect) Impossible?