Skip to content

Instantly share code, notes, and snippets.

@gboudreau
Created May 11, 2016 20:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gboudreau/41ca66eeefceb7ad30cbeb77914b2db1 to your computer and use it in GitHub Desktop.
Save gboudreau/41ca66eeefceb7ad30cbeb77914b2db1 to your computer and use it in GitHub Desktop.
Fix GitKraken not being able to pull/push from my gogs.io repos
# GitKraken needs diffie-hellman-group14-sha1
#KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment