This short tutorial shows how to set up multiple different accounts of many git repository sites using SSH, all this tutorial and its commands were aplied in Ubuntu.
Generate SSH keys for each one of the sites you wanna connect:
- Open your terminal and type the following command to generate a RSA key:
ssh-keygen -o -t rsa -b 4096 -C "[email protected]"