SSH client configuration
Default config file for the SSH client
$ cat ~/.ssh/config
Host github.com
IgnoreUnknown UseKeychain
User git
Hostname github.com
PreferredAuthentications publickey
AddKeysToAgent no
IdentityFile /home/fredyfumier/.ssh/mulekick-github
Host local-debian
IgnoreUnknown UseKeychain
User fredyfumier
Hostname local-debian
PreferredAuthentications publickey
AddKeysToAgent no
IdentityFile /home/fredyfumier/.ssh/fredyfumier-rsa