최신 OpenSSH를 사용하여 더 이상 사용되지 않는 서버에 연결하려는 경우 :
ssh -o KexAlgorithms=diffie-hellman-group14-sha1 -oHostKeyAlgorithms=+ssh-dss my.host.com
무슨 일이 일어나고 있는지 보려면 -v를 추가하고 여전히 작동하지 않으면 -o HostKeyAlgorithms = ssh-dss를 추가하십시오.
ssh -v -o HostKeyAlgorithms=ssh-dss -o KexAlgorithms=diffie-hellman-group14-sha1 my.host.com
물론 / etc / ssh / ssh_config 또는 ~ / .ssh / ssh_config를 편집하고 다음을 추가 할 수도 있습니다.
Host my.host.com *.myinsecure.net 192.168.1.* 192.168.2.*
HostKeyAlgorithms ssh-dss
KexAlgorithms diffie-hellman-group1-sha1
https://forum.ctwug.za.net/t/fyi-openssh-to-access-rbs-openssh-7/6069 는 Mikrotik Routerboards에서 다음 수정 사항을 언급합니다.
/ip ssh set strong-crypto=yes
(이 답변은 유사한 오류 메시지를 찾을 때 웹 검색에서도 나타납니다.)
.pem
Windows 컴퓨터에 SSH 개인 키 ( ) 파일이 없었습니까?