recompile sshd with OPIE?

Dag-Erling Smørgrav des at des.no
Mon Aug 15 12:14:21 GMT 2005


freebsd-security at 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
-- 
Dag-Erling Smørgrav - des at des.no



More information about the freebsd-security mailing list