Skip to content

Instantly share code, notes, and snippets.

@stanchan
Created December 14, 2016 00:46
Show Gist options
  • Save stanchan/55581770e18db6fb1c34e3976fd73668 to your computer and use it in GitHub Desktop.
Save stanchan/55581770e18db6fb1c34e3976fd73668 to your computer and use it in GitHub Desktop.
<% @hosts.each do |host| %>
Host <%= host %>
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment