Skip to content

Instantly share code, notes, and snippets.

@dmix
Created October 18, 2015 02:49
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 dmix/be824817540886989ef3 to your computer and use it in GitHub Desktop.
Save dmix/be824817540886989ef3 to your computer and use it in GitHub Desktop.
ssh_config
Host *
PasswordAuthentication no
ChallengeResponseAuthentication no
PubkeyAuthentication yes
HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment