Skip to content

Instantly share code, notes, and snippets.

@bcelenza
Last active August 29, 2015 14:07
Stop checking host keys for localhost
# ~/.ssh/config
# Disable checking of host key (great when you use lots of VMs)
Host localhost
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
User foo
LogLevel QUIET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment