Created
July 18, 2018 18:35
-
-
Save rms1000watt/d209e3ea651aa81b3b167561b53877dc to your computer and use it in GitHub Desktop.
Generate ssh key automatically (no prompt)
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 characters
| #!/usr/bin/env bash | |
| ssh-keygen -h -P '' -f /Users/USER_NAME/.ssh/KEY_NAME -C '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment