ssh-keygen

This commit is contained in:
Gergely Hegedis 2023-10-31 15:21:11 +02:00 committed by GitHub
parent 2a907c1a8f
commit e107e6956f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
make-new-key.sh Normal file
View file

@ -0,0 +1,4 @@
# in order to use multiple github accounts, you have to add the username to the url for example: git@github.com-myusername:...
# generate a new rsa key, alternative: ssh-keygen -t ecdsa -b 521
ssh-keygen -t rsa -b 4096