> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to