vagrant/templates/ssh_config.erb

10 lines
240 B
Plaintext
Raw Normal View History

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