Merge pull request #1327 from samet/master

Patch to solve Issue 1322.
This commit is contained in:
Mitchell Hashimoto 2013-01-29 11:01:35 -08:00
commit 51c537fca3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Host <%= host_key %>
UserKnownHostsFile /dev/null UserKnownHostsFile /dev/null
StrictHostKeyChecking no StrictHostKeyChecking no
PasswordAuthentication no PasswordAuthentication no
IdentityFile <%= private_key_path %> IdentityFile "<%= private_key_path %>"
IdentitiesOnly yes IdentitiesOnly yes
LogLevel FATAL LogLevel FATAL
<% if forward_agent -%> <% if forward_agent -%>