From bb58c9ef96eeb0b515cbada2671a6140d77ced50 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 2 Aug 2010 19:53:49 -0700 Subject: [PATCH] Added IdentitiesOnly flag to ssh-config as well --- templates/ssh_config.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/ssh_config.erb b/templates/ssh_config.erb index e7f98d9c8..060c5bb1b 100644 --- a/templates/ssh_config.erb +++ b/templates/ssh_config.erb @@ -6,3 +6,4 @@ Host <%= host_key %> StrictHostKeyChecking no PasswordAuthentication no IdentityFile <%= private_key_path %> + IdentitiesOnly yes