On 09/09/13 21:58, Alexander Hall wrote:
On 09/09/13 16:48, alex wrote:
Hi!
Is anybody know about possibility local (offline) login to OpenBSD?
I found this article
http://www.h-ein.de/projekte/yubikey-login-auth-module-openbsd.html
(i know about yubikey for ssh auth :
http://undeadly.org/cgi?action=article&sid=20130616112437
Thanks,
Alex Popov
All our base are belong to you.
man login_yubikey
man login.conf
/Alexander
Assuming you have the ykpers package installed, this tool by yours
truly might come in handy:
https://alexander.beard.se/spub/61a223945e4038529946db69c25c864c/
No man page yet. Try
# ykinit -<slot> -v -t <username>
The test (-t) will fail until you've added the appropriate auth* parts
to login.conf. Here's the simple setup from my login class:
:auth=passwd,yubikey:\
/Alexander