From d6f962fc3dd2fafbe44b6108c05e69c84e361268 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Apr 2013 13:29:34 -0400 Subject: [PATCH] typo --- .../comment_1_a38497772834a4b12137390b461ce70b._comment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_1_a38497772834a4b12137390b461ce70b._comment b/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_1_a38497772834a4b12137390b461ce70b._comment index d5a3071cc8..fb7bd74203 100644 --- a/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_1_a38497772834a4b12137390b461ce70b._comment +++ b/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_1_a38497772834a4b12137390b461ce70b._comment @@ -4,7 +4,7 @@ subject="comment 1" date="2013-04-09T17:29:00Z" content=""" -The key pair that the assistant sets up is limited, in ~/.git/config to only be used when a mangled version of the hostname is used. That is, you have to \"ssh git-annex-hostname\" to use that key. So it should not be possible for this to impact your normal use of ssh to that host. +The key pair that the assistant sets up is limited, in ~/.ssh/config to only be used when a mangled version of the hostname is used. That is, you have to \"ssh git-annex-hostname\" to use that key. So it should not be possible for this to impact your normal use of ssh to that host. (`.git/config` does not support an `IdentityFile` option TTBOMK.)