Githubに接続する際のSSH秘密鍵の指定

vi ~/.ssh/config
Host github.com
  HostName github.com
  Port 22
  User git
  IdentityFile ~/.ssh/id_rsa.example