openssh-7.2p2

openssh-7.2p2 が出ていたので入れ換えておいた。

wget ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.2p2.tar.gz
tar zxf openssh-7.2p2.tar.gz
cd /usr/local/src/openssh-7.2p2
./configure --with-tcp-wrappers --with-ssl-dir=/usr/local/ssl --with-zlib=/usr/local --sysconfdir=/usr/local/etc/ssh
make
make install
rehash
/etc/rc.d/sshd restart
ssh -V
OpenSSH_7.2p2, OpenSSL 1.0.2g  1 Mar 2016