Re: recompile sshd with OPIE?
From: Dag-Erling Smørgrav (des_at_des.no)
Date: 08/15/05
- Previous message: freebsd-security_at_auscert.org.au: "recompile sshd with OPIE?"
- In reply to: freebsd-security_at_auscert.org.au: "recompile sshd with OPIE?"
- Next in thread: freebsd-security_at_auscert.org.au: "Re: recompile sshd with OPIE?"
- Reply: freebsd-security_at_auscert.org.au: "Re: recompile sshd with OPIE?"
- Reply: Chuck Swiger: "Re: recompile sshd with OPIE?"
- Reply: freebsd-security_at_auscert.org.au: "Re: recompile sshd with OPIE?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: freebsd-security@auscert.org.au Date: Mon, 15 Aug 2005 14:14:12 +0200
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
-- Dag-Erling Smørgrav - des@des.no _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
- Previous message: freebsd-security_at_auscert.org.au: "recompile sshd with OPIE?"
- In reply to: freebsd-security_at_auscert.org.au: "recompile sshd with OPIE?"
- Next in thread: freebsd-security_at_auscert.org.au: "Re: recompile sshd with OPIE?"
- Reply: freebsd-security_at_auscert.org.au: "Re: recompile sshd with OPIE?"
- Reply: Chuck Swiger: "Re: recompile sshd with OPIE?"
- Reply: freebsd-security_at_auscert.org.au: "Re: recompile sshd with OPIE?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]