Skip to content

Instantly share code, notes, and snippets.

@ryanwoodsmall
Last active October 3, 2021 01:56
Show Gist options
  • Save ryanwoodsmall/1bd42c1323d23b77845fef30afcc2d46 to your computer and use it in GitHub Desktop.
Save ryanwoodsmall/1bd42c1323d23b77845fef30afcc2d46 to your computer and use it in GitHub Desktop.
~/.ssh/config settings you should never, ever use
Host *
AddKeysToAgent yes
ForwardAgent yes
HostKeyAlgorithms +ssh-rsa
KexAlgorithms +diffie-hellman-group1-sha1
LogLevel QUIET
PubkeyAcceptedKeyTypes +ssh-rsa
ServerAliveCountMax 10
ServerAliveInterval 30
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment