Created
February 25, 2021 14:07
-
-
Save melvynkim/cf0f9008c3da8f63c2ecbba3b1951f18 to your computer and use it in GitHub Desktop.
generate_rsa_key.sh
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
| #!/bin/sh | |
| ssh-keygen -t rsa -b 4096 -C $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment