Created
March 26, 2017 02:38
-
-
Save JacobWay/63c175512d082ae7f5f1c0a5afde0a46 to your computer and use it in GitHub Desktop.
Revisions
-
JacobWay created this gist
Mar 26, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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'```