How to keep OpenSSH updated in FreeBSD
FreeBSD 4.10 is nice, I guess, but it needs a better packet filter and I don't think the developers have heard of keeping OpenSSH up to date. It's still on version 3.5p1. Geez, guys. Get a clue, wouldja? The skinny on updating it is as follows:
# tar xzf openssh-3.8.1p1.tar.gz # cd openssh-3.8.1p1 # rm -rf /etc/ssh # ./configure --prefix=/usr --sysconfdir=/etc/ssh # make && make install
No comments:
Post a Comment