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 /Assistant/Install.hs | |
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 'Assistant/Install.hs')
-rw-r--r-- | Assistant/Install.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Install.hs b/Assistant/Install.hs index bb8053ffa..2b6297b1f 100644 --- a/Assistant/Install.hs +++ b/Assistant/Install.hs @@ -11,12 +11,12 @@ module Assistant.Install where import Assistant.Common import Assistant.Install.AutoStart -import Assistant.Ssh import Config.Files import Utility.FileMode import Utility.Shell import Utility.Tmp import Utility.Env +import Utility.SshConfig #ifdef darwin_HOST_OS import Utility.OSX |