SSH over HTTPS Tutorial
Index
Introduction
Firewall Rule
iptables -A PREROUTING -t nat -p tcp -d example.com --dport 443 -j DNAT --to-destination example.com:22
The command itself
ssh -l alex -o ProxyCommand='socat - PROXY:192.168.223.249:%h:%p,proxyport=8080' example.com -p 443
If you have any questions or suggestions feel free to write me an email (alex@you need to remove this!krogloth.de) or reach me on the IRCnet, nick: alex or aleex.