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
-
“Break-In”
Repeater + 3 Songs
Fugazi
07/03/08 14:45 -
“Joe #1”
Repeater + 3 Songs
Fugazi
07/03/08 14:42 -
“Song #1”
Repeater + 3 Songs
Fugazi
07/03/08 14:39