Created
August 25, 2014 06:50
-
-
Save rpocklin/09efefdb97c129c07d18 to your computer and use it in GitHub Desktop.
How to skip manually trusting new hosts for VMs
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
Set StrictHostKeyChecking no in your ~/.ssh/config file, where it will be the default for only the current user. Or you can use it on the command line: | |
ssh -o StrictHostKeyChecking=no -l $user $host |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment