> >See previous threads about how svn makes multiple connections to the > > server, each requiring authorization. > > I guess it is the SSH connection caching thing?!? I tought it was for > performance not also for finger saving... ;)
I think it's configurable via the ControlMaster option. The default is to allow secondary connections without asking for a password. Paul