Skip to content

Instantly share code, notes, and snippets.

@afriza
Created May 27, 2022 12:56
Show Gist options
  • Save afriza/0b9d19919055453a5e37b8d933a2c05b to your computer and use it in GitHub Desktop.
Save afriza/0b9d19919055453a5e37b8d933a2c05b to your computer and use it in GitHub Desktop.
SSH client config to ignore/disable `StrictHostKeyChecking`
Host localhost 192.168.* 10.*
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment