Skip to content

Instantly share code, notes, and snippets.

@Genzer
Created February 1, 2023 14:04
Show Gist options
  • Save Genzer/4f23d24a454949ce79993a1c897ad551 to your computer and use it in GitHub Desktop.
Save Genzer/4f23d24a454949ce79993a1c897ad551 to your computer and use it in GitHub Desktop.
Generate SSH Key Pair without prompt.
ssh-keygen -o -t ed25519 -f private-key-ed25519.pem -N '' -C "Some comment" <<<y 2>&1 >/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment