> ¹®Á¦Á¡
[root@theko ~]# ssh 192.168.122.176
Unable to negotiate with 192.168.122.176 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
> ÇØ°á¹æ¾È
[root@theko .ssh]# cat /root/.ssh/config
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
¸¸¾à, ÀÌ°É ÇÏ°í¼ ¹®Á¦°¡ ¹ß»ýÇÑ´Ù¸é.
[root@theko .ssh]# update-crypto-policies --set DEFAULT:SHA1
ÀÌ·¸°Ô Çϸé Á¢¼ÓÀÌ µË´Ï´Ù.
Âü°í»çÀÌÆ® : https://sysdocu.tistory.com/1761