Skip to content

Commit

Permalink
Update make-new-key.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fknives authored Jun 1, 2024
1 parent 7a9195a commit d0d4bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make-new-key.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# in order to use multiple github accounts, you have to add the username to the url for example: [email protected]:...

# generate a new rsa key, alternative: ssh-keygen -t ecdsa -b 521
ssh-keygen -t rsa -b 4096
# generate a new rsa key, alternative: ssh-keygen -t ecdsa -b 521, ssh-keygen -t ed25519
ssh-keygen -t rsa -b 4096

0 comments on commit d0d4bb4

Please sign in to comment.