OpenSSH 3.5p1 Released
Gotta keep up with the Jones’s!
The latest release of OpenSSH can be found here, along with its PGP signature. In light of recent events, be sure to verify the signature!
gpg --verify openssh-3.5p1.tar.gz.sig tar xzf openssh-3.5p1.tar.gz cd openssh-3.5p1 sh LDFLAGS="-flat_namespace" ./configure \ --with-tcp-wrappers \ --without-rsh \ --prefix=/usr \ --without-lastlog \ --mandir=/usr/share/man \ --sysconfdir=/private/etc make
(then, as root)
Posted by distler at October 16, 2002 12:41 PMmake install kill `cat /private/var/run/sshd.pid` /usr/sbin/sshd