ssh-add: add_file: key_cert_copy: 잘못된 인수

ssh-add: add_file: key_cert_copy: 잘못된 인수

이 오류는 ssh-add를 실행할 때 발생합니다. 이후에 명령이 작동하는 것처럼 보이지만 반환 코드는 127입니다(따라서 이 시점에서 스크립트에 오류가 발생합니다). 이 오류를 인식하는 사람이 있나요? 구글에는 없는 것 같습니다.

$ eval `ssh-agent`
Agent pid 19527

$ ssh-add ~/.ssh/my_id_rsa
Enter passphrase for /home/davidparks21/.ssh/my_id_rsa: 
Identity added: /home/davidparks21/.ssh/my_id_rsa (/home/davidparks21/.ssh/my_id_rsa)
add_file: key_cert_copy: invalid argument

세부정보가 추가되었습니다.

ssh -v localhost
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g  1 Mar 2016

ssh-add ./id_rsa                                   # No passphrase
Identity added: ./id_rsa (./id_rsa)
add_file: key_cert_copy: invalid argument

이상한 점: 이 테스트를 실행하고 종료 상태를 확인하면 종료 상태가 원래 이 질문을 작성할 때 본 것과 다른 것으로 echo $?보입니다 .0

관련 정보