Subject: [MTT users] ssh tunnel and wget
From: Christoph Niethammer (niethammer_at_[hidden])
Date: 2013-09-20 04:56:21


Hello,

I have to go through ssh tunnels to fetch Open MPI snapshots/svn and report results.
Unfortunately there is a problem with wget, as the Hostname requesting does not fit.
I can solve this by using a wget wrapper including the --header="Host: www.open-mpi.org" option
which is far from optimal, as this does only work for open-mpi downloads then...

My question now: Is there a better/more elegant way to do this, maybe in MTT itself?

Regards
Christoph