Bug 330

Summary: Add OPIE support
Product: Portable OpenSSH Reporter: Dag-Erling Smørgrav <des>
Component: sshdAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED WONTFIX    
Severity: enhancement CC: djm, soraruf
Priority: P2    
Version: 5.2p1   
Hardware: All   
OS: All   
URL: http://people.freebsd.org/~des/software/opie.diff
Attachments:
Description Flags
Patch to add support to OPIE none

Description Dag-Erling Smørgrav 2002-07-03 09:30:07 AEST
The patch referenced by the URL adds support for OPIE as a replacement for 
S/Key.
Comment 1 Darren Tucker 2004-07-02 13:10:29 AEST
I tried compiling this with opie-2.4 (from http://www.inner.net/opie) but
configure wouldn't detect OPIE ("undefined reference to `opie_keyinfo").

Even making configure find opie.h and libopie, sshd won't link:
undefined reference to `opie_haskey'
undefined reference to `opie_passverify'

It appears that the diff uses an interface not present in the vanilla OPIE package?
Comment 2 Damien Miller 2008-06-12 17:05:16 AEST
WONTFIX => I think everyone who cares about OPIE can use it though PAM or bsd_auth.
Comment 3 Damien Miller 2008-07-22 12:06:36 AEST
Mass update RESOLVED->CLOSED after release of openssh-5.1
Comment 4 Alessandro Soraruf 2009-04-09 03:59:33 AEST
Created attachment 1626 [details]
Patch to add support to OPIE
Comment 5 Alessandro Soraruf 2009-04-09 04:07:03 AEST
Hi
   sorry but sometime PAM isn't availabe on the system you are working on (for example on Salckware Linux)... Maybe who use them needs opiet too like me...:-)

I attach the patch that insert the opie support fully functional on my Slackware even with priviledge separation enabled.
I derived my patch from the Wichert Akkerman's one founded online...

Hope someone else will find my work usefull.

Ceers
Alessandro Soraruf
Comment 6 Damien Miller 2015-04-17 13:54:59 AEST
I don't think we'll ever implement OPIE; better 2FA mechanisms exist now. If we were to offer some non-PAM, non-bsd_auth system it would need to be more general than just OPIE.
Comment 7 Damien Miller 2016-08-02 10:41:03 AEST
Close all resolved bugs after 7.3p1 release