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

Securing CVS



-----BEGIN PGP SIGNED MESSAGE-----


For those of you who aren't aware, you can tunnel your CVS session over
ssh by setting the following env vars:

CVSROOT=:ext:cvs.linuxkb.org:/home/cvs
CVS_RSH=ssh

as always, login with:
cvs login <username>

If you haven't done already, setup up ssh for RSA keys and even better use
the ssh agent.  I use the following in my ~/.bash_profile:

# BEGIN SSH-AGENT
if [ $TERM = "linux" ]
        then
        echo "Starting ssh-agent..."
        eval `ssh-agent`
        ssh-add
fi                     

To setup the agent.

- -- 
Aaron Turner           | Either which way, one half dozen or another. 
aturner@pobox.com      | Check out the Red Hat Linux User's FAQ Online!
www.pobox.com/~aturner | http://www.pobox.com/~aturner/RedHat-FAQ/
All emails from this account are PGP signed.  Lack of a signature is "bad".
PGP Key fingerprint = FB E1 CE ED 57 E4 AB 80  59 6E 60 BF 45 1B 20 E8



-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBNmd89jM3jpXy1kJtAQFOIgP/RQ7q8SXEeccpr0ma5HhfcUQBBG1oW8W+
7EhEUDdCGxYT5wR4fCnJYjpaDuwMs49sfp27/vqyn2dEImQql7Ac01GQEuIgxSTu
oY/EJFqlDkhGCSu1lonJc8w/k9B/1ro/ZDMsB7glV7lT+aSGRA0CMhG/rgLUI+jT
i7bQtBGcjqw=
=Buxh
-----END PGP SIGNATURE-----