Skip to content

Instantly share code, notes, and snippets.

@jesusvazquez
Created August 6, 2018 20:38
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 jesusvazquez/cc811e36da7f0aad00aa5ea830d21a75 to your computer and use it in GitHub Desktop.
Save jesusvazquez/cc811e36da7f0aad00aa5ea830d21a75 to your computer and use it in GitHub Desktop.
Ssh stuff

SSH Cheatsheet

Commands

Generate strong ed25519 key

ssh-keygen -t ed25519 -b 4096

References for the above command

https://latacora.singles/2018/08/03/the-default-openssh.html
https://news.ycombinator.com/item?id=17682946
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment