Created
June 18, 2015 11:29
-
-
Save xemoe/d1bb1ffd10aed0a049c2 to your computer and use it in GitHub Desktop.
SSH Config ignore known_hosts
This file contains 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 192.168.0.* | |
StrictHostKeyChecking no | |
UserKnownHostsFile=/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment