Skip to content

Instantly share code, notes, and snippets.

@fire1ce
Created April 11, 2022 10:00
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 fire1ce/61d191c4ec31e31bd26bda244267991f to your computer and use it in GitHub Desktop.
Save fire1ce/61d191c4ec31e31bd26bda244267991f to your computer and use it in GitHub Desktop.
SSH Agent Config to Ignore Known Hosts: "Warning: the ECDSA host key for 'hostname.exmaple' differs from the key for the IP address
Host *
AddKeysToAgent yes
IdentityFile ~/.ssh/id_ed25519
IPQoS=throughput
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
LogLevel ERROR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment