Author Topic: openssh client error algorithm negotiation fail ssh  (Read 3609 times)

golfreeze

  • Administrator
  • Hero Member
  • *****
  • Posts: 2140
    • View Profile
    • นั่งสมาธิ สติปัฏฐานสี่ พาเที่ยววัด แนะนำวัด แจกcd ธรรมะฟรี
    • Email
openssh client error algorithm negotiation fail ssh
« 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