I've done this using TTSSH and WinCVS, but not my linux box.

> #!/bin/sh
> ssh -L 2401:CvsHostNameToConnect:2401 MyLocalHostName
> cvs -d :pserver:CvsHostNameToConnect:/directory login

The second line looks correct as you are forwarding your local port 2401 to
the remote hosts port 2401. I believe your problem is in the third line. You
are still trying to connect to the remote computer across your firewall. You
need to connect to your local machine's port 2401,i.e., "cvs -d
:pserver:localhost:/directory login." NOTE: this may not work if you are
running a pserver on your local machine.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to