Actually, all I have in my .tcshrc is this:

setenv CVS_RSH "/usr/local/bin/ssh2"

No port forwarding necessary :)

-Anne


On Mon, Feb 12, 2001 at 02:53:46PM +0100, Joel Cordonnier wrote:
> Hi!
> 
> I just install redhat 7.0 and I want to access a CVS
> repository outside the local network of my company.
> 
> I am behind a firewall that blocks CVS access.  I have
> successfully installed SSH .
> 
> If I clearly understand , I have to configure port
> redirection to access CVS repositories . OK! but HOW
> TO ?
> 
> That's the command that I execute (that's don't work)
> in a shell script
> 
> #!/bin/sh
> ssh -L 2401:CvsHostNameToConnect:2401 MyLocalHostName
> cvs -d :pserver:MyLocalHostName:/directory login
> 
> I have to forward local connections to cvs port 2401
> to open port. HOW TO ?
> 
> Thanks for any help
> Joel
> 
> ___________________________________________________________
> Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, 
> Yahoo! Messenger : http://fr.messenger.yahoo.com
------------------------------------------------------------------------
Anne Carasik                       | An unsophisticated forecaster uses 
Principal Security Consultant      | statistics as a drunken man uses 
SSH Communications Security, Inc.  | lamp-posts - for support rather than 
Email: [EMAIL PROTECTED]                | for illumination.  -Andrew Lang
------------------------------------------------------------------------
Unless stated otherwise above, the opinions expressed herein are my own, 
                            not of my employer.

Reply via email to