From 604a13a511db9581ed0feb6d6c13707fea602f3c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 25 Mar 2013 15:56:45 -0700 Subject: [PATCH] do not cache git annex ssh connections --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 94bb558..83c9907 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,3 +3,5 @@ [user] name = Don Armstrong email = don@donarmstrong.com +[annex] + sshcaching = false \ No newline at end of file -- 2.39.2