2010-04-13 04:00:42 +00:00
|
|
|
Host <%= host_key %>
|
2011-01-29 01:50:43 +00:00
|
|
|
HostName <%= ssh_host %>
|
2010-04-13 04:00:42 +00:00
|
|
|
User <%= ssh_user %>
|
|
|
|
Port <%= ssh_port %>
|
|
|
|
UserKnownHostsFile /dev/null
|
|
|
|
StrictHostKeyChecking no
|
2010-06-06 01:52:12 +00:00
|
|
|
PasswordAuthentication no
|
2010-04-13 04:00:42 +00:00
|
|
|
IdentityFile <%= private_key_path %>
|
2010-08-03 02:53:49 +00:00
|
|
|
IdentitiesOnly yes
|