SSH client configuration

Default config file for the SSH client

view on github
$ 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