OpenSSH-6.2p1

OpenSSH-6.2p1 が出ていたのでインストールしておいた。

wget ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.2p1.tar.gz
cd /usr/local/src/openssh-6.2p1
make distclean
./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
rehash
ssh -V