commit
51c537fca3
|
@ -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 -%>
|
||||||
|
|
Loading…
Reference in New Issue