Skip to content

Instantly share code, notes, and snippets.

@JacobWay
Created March 26, 2017 02: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 JacobWay/63c175512d082ae7f5f1c0a5afde0a46 to your computer and use it in GitHub Desktop.
Save JacobWay/63c175512d082ae7f5f1c0a5afde0a46 to your computer and use it in GitHub Desktop.
About ssh

SSH

Generate passphrase

dd if=/dev/urandom bs=16 count=1 2>/dev/null | base64 | sed 's/=//g'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment