SSH-agent Could not open a connection to your authentication agentの解決方法
環境
RHEL8.6
1.SSH-agentの状態を確認します
$ ssh-add -l
Could not open a connection to your authentication agent.
2.SSH-agentを登録します。
$ eval `ssh-agent`
Agent pid xxx
3.登録状態を確認します。
$ ssh-add -l
4.秘密鍵を入力する
$ ssh-add ~/.ssh/"秘密鍵の名前"