I want to access CVS when I'm outside the workplace. Is there a way to encrypt the authentication and file transfers that CVS normally does?

link|improve this question
feedback

2 Answers

CVS is almost always used remotely over SSH, which encrypts everything. This is the default for modern installations of CVS. You can use SSH's authentication (which can be by RSA or DSA key) for CVS on any modern operating system.

link|improve this answer
feedback

There are many different ways of doing this.

For regular access you could use SSL VPN (Secure Sockets Layer Virtual Private Network).

For secure file transfers you could use SFTP (Secured File Transfer Protocol).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.