Created
January 21, 2023 16:21
-
-
Save thalysonalexr/0e3fc4030f2a0f60a55c8cd0193026d9 to your computer and use it in GitHub Desktop.
Generate public and private key RSA with ssh-keygen
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
#!/bin/sh | |
# $1 argument for filename | |
ssh-keygen -t rsa -b -f $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment