info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using CVS through an SSH tunnel.


From: Ingolf Steinbach
Subject: Re: Using CVS through an SSH tunnel.
Date: Tue, 28 Nov 2000 15:24:14 +0100
User-agent: Mutt/1.2.5i

Hi, Nathan.

On Mon, Nov 27, 2000 at 07:24:02PM -0800, Nathan Field wrote:
>       CVS_RSH=ssh
>       CVSROOT=:ext:localhost:/repository
> 
> Ack, but wait, how do I tell ssh to use port 20000? Perhaps if I set

Use $HOME/.ssh/config:

    Host companycvs
        HostName localhost
        Port 20000

And then: CVSROOT=:ext:companycvs:/repository

Regards
    Ingolf
-- 

Ingolf Steinbach        address@hidden         ICQ#60829470
PGP: 0x7B3B5661  213C 828E 0C92 16B5  05D0 4D5B A324 EC04



reply via email to

[Prev in Thread] Current Thread [Next in Thread]