OpenSSH-6.1p1

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

cd /usr/local/src
wget ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.1p1.tar.gz
cd /usr/local/src/openssh-6.1p1
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

確認しておく

ssh -V
OpenSSH_6.1p1, OpenSSL 1.0.1c 10 May 2012