Created
December 14, 2016 00:46
-
-
Save stanchan/55581770e18db6fb1c34e3976fd73668 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% @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