Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2005 14:14:12 +0200
From:      des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=)
To:        freebsd-security@auscert.org.au
Cc:        freebsd-security@freebsd.org
Subject:   Re: recompile sshd with OPIE?
Message-ID:  <86wtmnqtwr.fsf@xps.des.no>
In-Reply-To: <200508150355.j7F3tISY066942@app.auscert.org.au> (freebsd-security@auscert.org.au's message of "Mon, 15 Aug 2005 13:55:18 %2B1000")
References:  <200508150355.j7F3tISY066942@app.auscert.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help
freebsd-security@auscert.org.au writes:
> Can this be achieved within the regular system build process, or must I
> roll my own?

You need to change src/crypto/openssh/config.h so it says

/* #undef PAM */
#define SKEY 1
#define OPIE 1

instead of

#define PAM 1
/* #undef SKEY */
/* #undef OPIE */

then rebuild world.

DES
--=20
Dag-Erling Sm=F8rgrav - des@des.no




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86wtmnqtwr.fsf>