openssh-7.3p1

openssh-7.3p1 が出ていたので入れ換えておいた。

wget ftp://ftp.kddilabs.jp/OpenBSD/OpenSSH/portable/openssh-7.3p1.tar.gz
cd /usr/local/src/openssh-7.3p1
make distclean
./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.3p1, OpenSSL 1.0.2h  3 May 2016