ssh-keygen
This commit is contained in:
parent
2a907c1a8f
commit
e107e6956f
1 changed files with 4 additions and 0 deletions
4
make-new-key.sh
Normal file
4
make-new-key.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue