openssl-1.0.2a, openssh-6.8p1

openssl-1.0.2a と openssh-6.8p1 が出ていたのでインストールしておいた。

https://www.openssl.org/source/openssl-1.0.2a.tar.gz
cd /usr/local/src
tar zxf openssl-1.0.2a.tar.gz
cd /usr/local/src/openssl-1.0.2a
./config
make
make test
make install
wget ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.8p1.tar.gz
cd /usr/local/src
tar zxf /usr/local/src/openssh-6.8p1.tar.gz
cd /usr/local/src/openssh-6.8p1
./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_6.8p1, OpenSSL 1.0.2a 19 Mar 2015