Created
April 29, 2014 15:32
-
-
Save lamdor/11403795 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
| Host *.vagrant 192.168.99.* 192.168.33.* 192.168.56.* | |
| User vagrant | |
| UserKnownHostsFile /dev/null | |
| StrictHostKeyChecking no | |
| PasswordAuthentication no | |
| IdentityFile /Users/luke/.vagrant.d/insecure_private_key | |
| IdentitiesOnly yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment