From 39d7479366ffc2f2d5dd7111fca6f49dd625de56 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 21 Jul 2021 11:06:03 -0400 Subject: [PATCH] comment --- ...ment_20_7d83963db52d5dedd65f8cf7937dff4f._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/todo/windows_support/comment_20_7d83963db52d5dedd65f8cf7937dff4f._comment diff --git a/doc/todo/windows_support/comment_20_7d83963db52d5dedd65f8cf7937dff4f._comment b/doc/todo/windows_support/comment_20_7d83963db52d5dedd65f8cf7937dff4f._comment new file mode 100644 index 0000000000..d4df63ee7d --- /dev/null +++ b/doc/todo/windows_support/comment_20_7d83963db52d5dedd65f8cf7937dff4f._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 20""" + date="2021-07-21T15:03:52Z" + content=""" +Enabling the ssh agent avoids password prompts, but not the latency +of making a ssh connection per transfer. + +You can try setting the environment variable `GIT_ANNEX_SSH_SOCKET_DIR` +to point to a directory where ssh can try to put its socket. I don't know +if ssh on windows is able to use a socket or not. It might just work. +"""]]