Skip to content

Instantly share code, notes, and snippets.

@JacobWay
Created March 26, 2017 02:38
Show Gist options
  • Save JacobWay/63c175512d082ae7f5f1c0a5afde0a46 to your computer and use it in GitHub Desktop.
Save JacobWay/63c175512d082ae7f5f1c0a5afde0a46 to your computer and use it in GitHub Desktop.

Revisions

  1. JacobWay created this gist Mar 26, 2017.
    4 changes: 4 additions & 0 deletions ssh.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    # SSH

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