Skip to content

Instantly share code, notes, and snippets.

@causztic
Created December 19, 2020 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save causztic/1c36abb683962891e685d24977eb1c5e to your computer and use it in GitHub Desktop.
Save causztic/1c36abb683962891e685d24977eb1c5e to your computer and use it in GitHub Desktop.
SSH - Config to suppress warnings + Disable checks for Hosts with frequent dynamic IP changes
Host hostname
IdentityFile ssh-key
User ec2-user
CheckHostIP no
StrictHostKeyChecking no
LogLevel ERROR
UserKnownHostsFile /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment