FreeBSD ssh update

2009-05-13 09:41:57来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

freebsd# wget
http://openbsd.md5.com.ar/pub/OpenBSD/OpenSSH/portable/openssh-4.6p1.tar.gz
freebsd# tar zvxf openssh-4.6p1.tar.gz
freebsd# cd openssh-4.6p1
freebsd# ./configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/libexec/openssh --with-tcp-wrappers --without-zlib-version-check --with-pam --with-md5-passwords
freebsd# make
备份原有的程序文件,防止升级失败
freebsd#  mv /usr/sbin/sshd /usr/sbin/sshd.bak
freebsd#  mv /usr/bin/ssh /usr/bin/ssh.bak
make install
freebsd#  ssh -V
freebsd#  sshd -v
升级成功后删除备份文件
freebsd#  rm /usr/sbin/sshd.bak
freebsd#  rm /usr/bin/ssh.bak


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/19330/showart_368515.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:FreeBSD DNS WHOTO

下一篇:FreeBSD基本安全加固