Postingan

Menampilkan postingan dari Agustus, 2022

Fixing "Unable to negotiate with myIP: no matching host key type found. Their offer: ssh-rsa,ssh-dss" on linux

 How to fixing " Unable to negotiate with myIP: no matching host key type found. Their offer: ssh-rsa,ssh-dss " when use command "ssh user@hostname" yaitu: Open file " code ssh_config " with vscode in "/etc/ssh" After that add this to bottom "Host *" :           HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa             3. And try again connect to server 🎉🎉🎉🎉🎉🎉🎉🎉 Good Luck 🎉🎉🎉🎉🎉🎉