-
SSH "Unable to negotiate with port 22 no matching host key type found." 해결 방법IT Operation 2023. 1. 27. 18:20반응형
SSH접속을 시도할 때 아래와 같은 에러가 나타날 수 있다.
Unable to negotiate with port 22 no matching host key type found.
해석하면 일치하는 키 유형이 없어서 22번 포트와 협상할 수 없다는 예기다.
Unable to negotiate with port 22 no matching host key type found 이 명령어를 입력하여 해결할 수 있다.
Their offer값은 위에 이미지에서 확인할 수 있다.
요청하는 타입의 키를 생성하는 과정이 필요하다.
ssh -oKexAlgorithms=+diffie-hellman-group14-sha1 user@192.168.1.1
ssh -oKexAlgorithms=+Their offer값-sha1 계정@IP
명령어를 입력하고 성공적으로 SSH 접속 성공 반응형'IT Operation' 카테고리의 다른 글
HP 서버 ERROR : BIOS/LEGACY BOOT OF UEFI-ONLY MEDIA 문제 해결 방법 (0) 2023.02.03 HP Gen8 ProLiant DL320e Intelligent Provisioning 접근 안되는 현상 조치 후기 (0) 2023.01.28 QNAP NAS 폴더 접근시 Access Denied 오류 해결 방법 (0) 2023.01.21 USB 장치 인식 실패 메시지가 나타났을때 해결 방법 (0) 2023.01.17 Dell "BIOS has halted" 해결 방법 (0) 2023.01.15