Setup SSH keys for multiple github and gitlab account Prepare SSH keys: Add a new key $ ssh-keygen -t rsa_new -C "[email protected]" Start ssh-agent $ eval `ssh-agent -s`