개발/Etc
no matching host key type found. Their offer: ssh-rsa,ssh-dss 해결법
웁스교교주
2022. 8. 22. 12:17
ssh -oHostKeyAlgorithms=+ssh-dss 계정@도메인
이런식으로 HostKeyAlgorithms 옵션을 ssh-dss 주면 된다.
예) ssh -oHostKeyAlgorithms=+ssh-dss root@192.168.122.128