On Sat, Aug 09, 2014 at 09:46:37AM +0000, [email protected]
wrote:
> If you open too many ssh connections in too short a time, they'll
> throttle and close connections.
Have you tried using Master mode? Try running:
ssh -v -MN -o ControlPath=/tmp/socket remote
and in a separate terminal:
ssh -o ControlPath=/tmp/socket remote
That should tell you in the first terminal that a new connection was
establish. If it works, add the ControlPath option to ~/.ssh/config
and change your sync script to something like:
ssh -MN remote &
fossil sync ...
ssh -O stop remote
Joerg
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users