OpenSSHコンパイル

久しぶりにOpenSSHをコンパイルした。

./configure \
  --with-zlib=/usr/local/lib \
  --with-tcp-wrappers \
  --with-ssl-dir=/usr/local/ssl \
  --with-rand-helper \
  --with-privsep-user=sshd \
  --with-privsep-path=/var/empty \
  --with-md5-passwords \
  --with-ipv4-default \
&& make

最新版は3.9p1です。出たのは8月だから結構前。
http://www.openssh.org/