Date: Fri, 25 Sep 1998 15:00:43 -0700 (PDT) From: Matthew Dillon <dillon@backplane.com> To: Peter Wemm <peter@netplex.com.au> Cc: Mark Murray <mark@grondar.za>, Brian Somers <brian@Awfulhak.org>, committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. Message-ID: <199809252200.PAA06347@apollo.backplane.com> References: <199809252052.EAA04519@spinner.netplex.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
:All this is authenticated via the ssh agent tunnel. Your private key is
:never stored on disk in an unencrypted form, and even though it's in
:memory it never leaves your home machine.
:
: home% setenv CVS_RSH ssh
: home% setenv CVSROOT you@freefall.freebsd.org:/home/ncvs
: home% cvs checkout ..something...
:
:and so on.
I use the above method, but be aware that the server-side of the
cvs tunnel is going to create a tree for the entire operation, including
update's and checkouts, and that /tmp on freefall just isn't big enough
(not enough inodes!) to handle it. In order to get around the problem
I added:
setenv TMPDIR ~dillon/tmp/
In my .cshrc on freefall and created ~/tmp/. It is also relatively
server-intensive so don't get update-happy :-)
-Matt
:Cheers,
:-Peter
Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet
Communications & God knows what else.
<dillon@backplane.com> (Please include original email in any response)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809252200.PAA06347>
