Last active
October 3, 2021 01:56
-
-
Save ryanwoodsmall/1bd42c1323d23b77845fef30afcc2d46 to your computer and use it in GitHub Desktop.
~/.ssh/config settings you should never, ever use
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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