Log
CVS Through an SSH Tunnel
So our CVS repository is on a server behind a firewall. Using an SSH tunnel, I can SSH to the server just fine, but here’s the trick for running CVS through the tunnel.
Create a file: ~/.ssh/config and add the following:
Host [companycvs]
HostName localhost
Port [xxx]
[companycvs] is the cvs server (cvs.whatever.com) and [xxx] is the port that’s forwarded to it. Finally, CVSROOT should be set to: username@[cvs.whatever.com]:/path/to/repository
03/15/05 04:10PM Geekiness Macintosh
Recently Played on iTunes
-
“Stop”
Ritual De Lo Habitual
Jane's Addiction
06/10/10 14:53 -
“I Turned into a Martian”
Boxset Collection 1: Plan 9
Misfits
06/10/10 14:51 -
“Nothin' To Live For”
Problematic
All
06/10/10 14:50