Created
June 4, 2018 13:34
-
-
Save carlessanagustin/fe3e8724623ee2ebf8f4122be93a11d1 to your computer and use it in GitHub Desktop.
SSH disable strict host Key checking - $HOME/.ssh/config
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 * | |
StrictHostKeyChecking no | |
UserKnownHostsFile /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment