Created
February 1, 2023 14:04
-
-
Save Genzer/4f23d24a454949ce79993a1c897ad551 to your computer and use it in GitHub Desktop.
Generate SSH Key Pair without prompt.
This file contains 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
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