SSH를 통해 원격 컴퓨터에 연결하는 데 문제가 있습니다. 다른 컴퓨터에서는 지연 없이 로그인할 수 있지만 해당 컴퓨터에서 SSH 구성을 변경할 수 없습니다.
GSSAPIAuthentication
로컬 시스템의 SSH 구성 파일과 관련된 모든 내용을 주석 /etc/ssh/config
처리 했지만 ~/.ssh/config
ID가 도움이 되지 않습니다.
ssh
또한 옵션을 실행했는데 -vvv
다음 줄에서 잠시 멈췄습니다( 표시됨 >>>
).
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/reachus/.ssh/id_rsa" as a RSA1 public key
...
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
>>>debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6
...
debug2: key: /home/reachus/.ssh/id_ed25519 ((nil)),
>>>debug1: Authentications that can continue: publickey,gssapi-with-mic,password,keyboard-interactive
이 문제의 원인은 무엇입니까? 내 열쇠가 부러질까?