Skip to content

Instantly share code, notes, and snippets.

@marcojahn
Created January 7, 2015 08:25
Show Gist options
  • Save marcojahn/507e529fbbc9fac006ca to your computer and use it in GitHub Desktop.
Save marcojahn/507e529fbbc9fac006ca to your computer and use it in GitHub Desktop.
Secure secure shell
Secure secure shell: https://stribika.github.io/2015/01/04/secure-secure-shell.html
OS X users must update their OpenSSH/OpenSSL system libraries as well. http://www.dctrwatson.com/2013/07/how-to-update-openssh-on-mac-os-x/
A possible configuration for your own server could look like:
Host yourserver
HostName 10.0.0.15
AddressFamily inet
KexAlgorithms curve25519-sha256@libssh.org
HostKeyAlgorithms ssh-ed25519
Ciphers chacha20-poly1305@openssh.com
IdentityFile ~/.ssh/id_ed25519
And please check if you are still able to connect to the server using crappy Windows (and if needed Android) clients.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment