git-annex/Remote/Helper
Joey Hess 47250a153a ssh connection caching
Ssh connection caching is now enabled automatically by git-annex. Only one
ssh connection is made to each host per git-annex run, which can speed some
things up a lot, as well as avoiding repeated password prompts. Concurrent
git-annex processes also share ssh connections. Cached ssh connections are
shut down when git-annex exits.

Note: The rsync special remote does not yet participate in the ssh
connection caching.
2012-01-20 17:14:56 -04:00
..
Encryptable.hs fsck --from remote --fast 2012-01-20 13:23:11 -04:00
Special.hs split out Git/Command.hs 2011-12-14 15:56:11 -04:00
Ssh.hs ssh connection caching 2012-01-20 17:14:56 -04:00