Skip to content

Instantly share code, notes, and snippets.

@ryansch
Created June 30, 2017 15:41
Show Gist options
  • Save ryansch/c3fdbfb55fa9bf1a2645bb7e895fc2ee to your computer and use it in GitHub Desktop.
Save ryansch/c3fdbfb55fa9bf1a2645bb7e895fc2ee to your computer and use it in GitHub Desktop.
SSH Config
Host *
KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256
PasswordAuthentication no
ChallengeResponseAuthentication no
PubkeyAuthentication yes
HostKeyAlgorithms [email protected],[email protected],ssh-ed25519,ssh-rsa
Ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr
MACs [email protected],[email protected],[email protected],hmac-sha2-512,hmac-sha2-256,[email protected]
KexAlgorithms [email protected]
Protocol 2
HostKey /etc/ssh/ssh_host_ed25519_key
HostKey /etc/ssh/ssh_host_rsa_key
PasswordAuthentication no
ChallengeResponseAuthentication no
PubkeyAuthentication yes
Ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr
MACs [email protected],[email protected],[email protected],hmac-sha2-512,hmac-sha2-256,[email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment