I am "trying" this in server:
# ~/.ssh/config
Host github.com
IdentityFile xxxx
What should I put in xxxx
so when I do in server:
git clone git@github.com:myuser/myrepo.git
Git uses a identity in my local, NOT in server, which is located in ~/.ssh/my_another_private_key_file
and not uses the default key ~/.ssh/id_rsa
?