이 SSH 문제를 해결하는 방법은 무엇입니까?
SSH 디버깅 오류
ssh -vvv user@host
다음 디버그 메시지와 함께 출력이 내보내집니다.
[...]
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/user/.ssh/id_rsa" as a RSA1 public key
[...]
debug1: Unspecified GSS failure. Minor code may provide more information
Credentials cache file '/tmp/krb5cc_1000' not found
[...]
문제의 증상
내 SSH 키링은 시스템 로그인 시 자동으로 잠금 해제되지 않습니다. 매번 비밀번호를 물어보네요.
내 임시 수정
ssh-add
나는 남은 세션 동안 내 비밀번호를 다시 묻지 않겠다 는 명령을 내렸습니다 .
리눅스 민트에서 실행됩니다.