host www.host.com
HostName www.host.com
User root
ProxyCommand ~/scripts/http-proxy-tunnel-1.1/http-proxy-tunnel.py "http://www.host.com" "localhost:22"
Use this when you can't get access to normal ssh port
In Apache, make sure mod_proxy is on
ProxyRequests on
AllowCONNECT 22
ProxyVia on