Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2001 14:59:28 +0200
From:      Mark Murray <mark@grondar.za>
To:        Stefan Esser <se@FreeBSD.ORG>
Cc:        Ulf Zimmermann <ulf@Alameda.net>, current@FreeBSD.ORG
Subject:   Re: Whatever happened to CTM? 
Message-ID:  <200103211258.f2LCwRf43298@gratis.grondar.za>
In-Reply-To: <20010321103940.A2339@StefanEsser.FreeBSD.org> ; from Stefan Esser <se@FreeBSD.ORG>  "Wed, 21 Mar 2001 10:39:40 %2B0100."
References:  <20010321103940.A2339@StefanEsser.FreeBSD.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Just an idea:
> 
> How about a CVSUP via HTTPS server (just as a means to tunnel CVSUP
> through a HTTPS proxy ...) ?
> 
> Most probably a CVSUP daemon bound to port 443 would do (there are 
> programs that tunnel arbitrary data through a HTTPS proxy, though
> I admit this is cheating ;-)

You should be able to do it with SSH (assuming that you can get out with
ssh!)

$ ssh -v -l yourname otherhost.example.com -L5559:cvsup.example.com:5559

Then doing a cvsup with the server set to 127.0.0.1 will work.

M
-- 
Mark Murray
Warning: this .sig is umop ap!sdn

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103211258.f2LCwRf43298>