Host <%= host_key %>
HostName 127.0.0.1
User <%= ssh_user %>
Port <%= ssh_port %>
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile <%= private_key_path %>
IdentitiesOnly yes