Unable to negotiate with 192.168.0.100 port 22: no matching host key type found. Their offer: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 (ssh;oHostKeyAlgorithms;.ssh/config;)
Unable to negotiate with 192.168.0.100 port 22: no matching host key type found. Their offer: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
$ ssh 192.168.0.100
Unable to negotiate with 192.168.0.100 port 22: no matching host key type found. Their offer: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
$
$ ssh -oHostKeyAlgorithms=+ssh-dss 192.168.0.100
jinsuk@192.168.0.100's password:
ssh -oHostKeyAlgorithms=+ssh-dss 192.168.0.100
또는 ~/.ssh/config 파일에 다음과 같이 저장해두면 매번 명령어를 칠 필요가 없다고 합니다.