OpenSSH 5.6p1
OpenSSH 5.6 が出ていたので早速 make した。
cd /usr/local/src wget http://ftp.OpenBSD.org/pub/OpenBSD/OpenSSH/portable/openssh-5.6p1.tar.gz tar zxf openssh-5.6p1.tar.gz cd openssh-5.6p1 ./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