Subject: Re: Help building openssh w/ skey on NetBSD-cur
To: Lubomir Sedlacik <salo@Xtrmntr.org>
From: Sean J. Schluntz <schluntz@workofstone.com>
List: netbsd-help
Date: 03/03/2003 09:32:52
>> Anyone out there know what I need to do to make OpenSSH and s/key play
>> nice on the current branch?
>
>nothing, except initializing S/Key with skeyinit(1).  in-tree sshd is
>built with S/Key support already:
>
>  /usr/sbin/sshd:
>           ...
>           -lskey.1 =3D> /usr/lib/libskey.so.1
>
>and enabled in sshd_config by default:
>
>  # Change to no to disable s/key passwords
>  #ChallengeResponseAuthentication yes

That works for now, but the OpenSSH version that ships with NetBSD is
a rev behind the version in the pkgs tree.  Any idea on how to get that
version working?

Thanks for the info though, it will be good to get s/key working 
with ssh.

-Sean