Last active
March 11, 2020 12:09
-
-
Save leonlaser/3e87fa8545e73b7561f0b64345a2e6d8 to your computer and use it in GitHub Desktop.
[Generate new SSH public/private key pair] #bash #ssh #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 | |
ssh-keygen -t ed25519 -o -a 100 -C "$identifier" -f ./id_rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment