Phil Steitz a écrit :

Brian Behlendorf wrote:

On Mon, 10 Nov 2003, Phil Steitz wrote:

Nice!  Finally got this to work. It took me a while to realize that you
really did mean "localhost" on minotaur -- i.e., something like

ssh <username>@cvs.apache.org -L 109:localhost:110 -L 24:localhost:25



Sure. Though you don't need to use different ports. This would work fine:

ssh <username>@cvs.apache.org -L 110:localhost:110 -L 25:localhost:25


Yes, I changed the ports to avoid conflict with sendmail running locally.

You could even use the ssh connection for your cvs access :)

ssh <username>@cvs.apache.org -L 110:localhost:110 -L 25:localhost:25 -L 2401:localhost:2401



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to