Private key path is put into quotes in case of space-including username.

This commit is contained in:
Samet Atdag 2013-01-21 15:19:35 +02:00
parent 2d57afbbda
commit 4b5909d532
1 changed files with 1 additions and 1 deletions

View File

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