SSH Key Generation and How to use Multiple Keys
Key Generation ssh-keygen -t rsa -C "your.email@example.com" -b 4096 File with .pub is the public key, another on is the private key Multiple Keys When having multiple SSH keys(for different accounts) under the same domain (gitlab.com or github.com), system will not be