4 lines
244 B
Bash
4 lines
244 B
Bash
# 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 ed25519
|
|
ssh-keygen -t rsa -b 4096
|