ERROR: Hi itatyo, it’s GitHub. We’re doing an SSH key audit.

git コマンドたたいたら以下エラーががが。

 $ git pull
Enter passphrase for key '/xxx/.ssh/id_rsa':
ERROR: Hi itatyo, it's GitHub. We're doing an SSH key audit.
Please visit https://github.com/settings/ssh/audit/xxx
to approve this key so we know it's safe.
Fingerprint: xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
fatal: The remote end hung up unexpectedly

言われたとおりに https://github.com/settings/ssh/audit を見にいって
Fingerprint が同一か確認。 approve して完了。
Fingerprint の確認は ssh-keygen にて。

$ ssh-keygen -lf 公開鍵ファイル

終わった後にメール確認したらこの件で「Action Required - SSH Key Vulnerability」というメールが github から来てました。