1、查看当前SSH版本号
bash
strings /usr/sbin/sshd |grep OpenSSH
2、将版本号改为hello world
bash
sed -i 's/OpenSSH_9.0/hello world/g' /usr/sbin/sshd
3、连接SSH查看版本号