openssh-7.1p1

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

wget ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.1p1.tar.gz
tar zxf /usr/local/src/openssh-7.1p1.tar.gz
cd /usr/local/src/openssh-7.1p1
./configure --with-tcp-wrappers --with-ssl-dir=/usr/local/ssl --with-zlib=/usr/local --sysconfdir=/usr/local/etc/ssh
make
make install
/etc/rc.d/sshd restart
ssh -V
OpenSSH_7.1p1, OpenSSL 1.0.2d 9 Jul 2015