Nie mogę połączyć się z serwerem, który prosi o diffie-hellman-group1-sha1
metodę wymiany kluczy:
ssh 123.123.123.123
Unable to negotiate with 123.123.123.123 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
Jak włączyć diffie-hellman-group1-sha1
metodę wymiany kluczy w Debianie 8.0?
Próbowałem (jak tutaj zaproponowano )
dodaj następujące wiersze do mojego
/etc/ssh/ssh_config
KexAlgorithms diffie-hellman-group1-sha1,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 Ciphers 3des-cbc,blowfish-cbc,aes128-cbc,aes128-ctr,aes256-ctr
ponownie wygeneruj klucze za pomocą
ssh-keygen -A
uruchom ponownie ssh za pomocą
service ssh restart
ale nadal pojawia się błąd.