diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-20 20:58:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-20 20:58:36 -0400 |
commit | 970c4e4a4d8585e4d3a14817e8332200742be48b (patch) | |
tree | 346323d33dc2545ba2970916f7412b4737bc6b3f /debian | |
parent | 2d3c592aa4a8dd3483fb924a8818950a867fc4f9 (diff) |
assistant: Set StrictHostKeyChecking yes when creating ssh remotes, and add it to the configuration for any ssh remotes previously created by the assistant. This avoids repeated prompts by ssh if the host key changes, instead syncing with such a remote will fail. Closes: #732602
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index afdc51038..04dd79fe0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,10 @@ git-annex (5.20131214) UNRELEASED; urgency=low * assistant: Always batch changes found in startup scan. * assistant: Fix OSX-specific bug that caused the startup scan to try to follow symlinks to other directories, and add their contents to the annex. + * assistant: Set StrictHostKeyChecking yes when creating ssh remotes, + and add it to the configuration for any ssh remotes previously created + by the assistant. This avoids repeated prompts by ssh if the host key + changes, instead syncing with such a remote will fail. Closes: #732602 -- Joey Hess <joeyh@debian.org> Sun, 15 Dec 2013 13:32:49 -0400 |