I see that you have s/key support in ssh, any plans to add opie support as well ? just asking ..
Previously Ian Miller wrote:> I see that you have s/key support in ssh, any plans to add opie support as > well ?I wrote a patch for it a while ago, you should be able to find it in the list archives. There seemed to be little interested in merging it though (too bad since s/key is a dead project now). Wichert. -- _________________________________________________________________ /wichert at wiggy.net This space intentionally left occupied \ | wichert at deephackmode.org http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |
On Wed, Jul 03, 2002 at 10:10:35AM +0200, Wichert Akkerman wrote:> I wrote a patch for it a while ago, you should be able to find it in > the list archives. There seemed to be little interested in merging it > though (too bad since s/key is a dead project now).i think you just need to s/skey/opie/
Previously Markus Friedl wrote:> i think you just need to s/skey/opie/Not quite, if you do that you will introduce a small security problem (replay attack) and some memory leakage iirc. Wichert. -- _________________________________________________________________ /wichert at wiggy.net This space intentionally left occupied \ | wichert at deephackmode.org http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |
On Wed, Jul 03, 2002 at 10:54:17AM +0200, Wichert Akkerman wrote:> Previously Markus Friedl wrote: > > i think you just need to s/skey/opie/ > > Not quite, if you do that you will introduce a small security problem > (replay attack) and some memory leakage iirc.hm, so what are the differences?