openssh client error algorithm negotiation fail ssh
ในกรณีถ้าเกิดเหตุการณ์นี้กับ ตัว ssh client นั่นหมายความว่าในฝั่งของ ssh server ไม่รองรับ cipher การเข้ารหัสยืนยันตัวตนแบบ aes128 ครับ
ทำการแก้ไขเบื้องต้นโดยทำการแอด
#cd /etc/ssh/
#cp sshd_config sshd_config.ori
#vi sshd_config
KexAlgorithms +diffie-hellman-group1-sha1
Ciphers +aes128-cbc
แล้วทำการ restart sshd 1 รอบ
#/etc/init.d/ssh restart