Connecting to CVS Using Alternate Port With SSH Tunneling
Create / Modify the file ~/.ssh/config and add the lines:Host 123.123.123.123
Port 56789
Port 56789
Then use the following connection string in bash:
$ cvs -d :ext:username@123.123.123:/home/devel/cvs ...
0 Comments:
Post a Comment
<< Home