No matching kex algorithm found
Feb 11, 2021 · 1 min read · 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-exc...
Join discussion