Skip to main content

Command Palette

Search for a command to run...

No matching kex algorithm found

Updated
1 min read
  1. Just Edit the ssh_config file and paste at the end of the file
sudo nano etc/ssh/ssh_config
Host *

#Legacy Changes
        KexAlgorithms=curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1

Done !!!