Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created July 18, 2018 18:35
Show Gist options
  • Save rms1000watt/d209e3ea651aa81b3b167561b53877dc to your computer and use it in GitHub Desktop.
Save rms1000watt/d209e3ea651aa81b3b167561b53877dc to your computer and use it in GitHub Desktop.
Generate ssh key automatically (no prompt)
#!/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