Created
September 24, 2023 16:09
-
-
Save evaporei/8f47e0cd2195d7bbf746bc04d8f84c48 to your computer and use it in GitHub Desktop.
generate cringe key
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/bash | |
# pass name via $1 | |
ssh-keygen -t rsa -b 4096 -f ~/.ssh/$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment