SSH über HTTP
Das ist mit
proxytunnel
als Client möglich
$ ssh -o "ProxyCommand=proxytunnel -p $PROXY:80 -d $HOST:22" $USER@$HOST
|