[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A better way to ssh & CVS




I really liked CVS over ssh since I don't have to use my password and it
encrypts the traffic between my box and the server.  Problem was that it
was dog slow, because it had to do the ssh authentiation each time you
connected to the server.

Anyways I found a solution: fsh, which allows you to create a ssh tunnel
that is reusable for multiple CVS sessions.  Anyways, check it out:

http://www.lysator.liu.se/fsh/

The online docs have a nice CVS howto.

http://www.lysator.liu.se/fsh/fsh_4.html