Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. # Github needs diffie-hellman-group-exchange-sha1 some of the time but not always.
  2. Host github.com
  3. KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
  4.  
  5. Host *
  6. KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
  7.  
  8. Host *
  9. PasswordAuthentication no
  10. ChallengeResponseAuthentication no
  11.  
  12. Host *
  13. PubkeyAuthentication yes
  14. HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa
  15.  
  16. Host *
  17. Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
  18. MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com
  19.  
  20. Host *
  21. UseRoaming no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement