2021年12月3日 星期五

CentOS 8 install haproxy 2.x

CentOS 8 預設的 haproxy 版本是 1.8,滿舊的了,本文撰寫的時間已經有 2.6-dev
enable NFV repo 之後,可以裝 2.2 的版本,其實也沒有很新

dnf -y install centos-release-nfv-extras
dnf -y install haproxy

ref. Network Functions Virtualization (NFV) SIG

沒有留言:

New SSH client to old SSH server

從新版 SSH 8.x 連到舊版 6.x SSH server 若出現 Unable to negotiate with x.x.x.x port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss ...