Golfreeze.packetlove.com: Life style of Golfreeze Canon400D Family kammtan.com Jazz Freebsd Unix Linux System Admin guitar Music

All about unix linux freebsd and FAQ for Packetlove.com Web hosting , Mail hosting , VoIP + IP PBX server => Trick เกี่ยวกับการแก้ปัญหา เกี่ยวกับ compiler gcc c++ c build make install => Topic started by: golfreeze on กันยายน 01, 2018, 08:56:36 AM

Title: openssh client error algorithm negotiation fail ssh
Post by: golfreeze on กันยายน 01, 2018, 08:56:36 AM
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