gitでpushやpullの際にパスフレーズ入力を自動化する

以下のコマンドを実行すればOK

1. eval `ssh-agent`

2. ssh-add <秘密鍵>

 →パスフレーズの入力を求められる