2010-08-24から1日間の記事一覧

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/lo…