ฉันไม่สามารถ ssh ไปยังเซิร์ฟเวอร์ที่ขอdiffie-hellman-group1-sha1
วิธีแลกเปลี่ยนกุญแจได้:
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
วิธีการเปิดใช้งานdiffie-hellman-group1-sha1
วิธีการแลกเปลี่ยนที่สำคัญใน Debian 8.0
ฉันได้ลอง (ตามที่เสนอที่นี่ ) เพื่อ
เพิ่มบรรทัดต่อไปนี้ในของฉัน
/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
สร้างคีย์ใหม่ด้วย
ssh-keygen -A
รีสตาร์ท ssh ด้วย
service ssh restart
แต่ยังคงได้รับข้อผิดพลาด