How do I set up one time password authentication?

Posted by scraimer on Stack Overflow See other posts from Stack Overflow or by scraimer
Published on 2009-02-12T06:01:56Z Indexed on 2010/04/21 17:23 UTC
Read the original article Hit count: 422

I have a home network which I access remotely quite a bit. But I'm worried about security. While I do have strong passwords, I'm worried that someone will acquire my password and use it to gain access.

I heard about "one time passwords" and even got to use them at my university. We'd just press a button on a device (or run an application on a phone) and get a generated password that would work for the next minute or so.

  • How can I set something like that up?
  • Are there systems that are easy to use and set up?
  • Has anyone played around with an SDK of one of these systems?
  • Where can I get a starter kit from?

EDIT: I'm running a mixed Linux and Windows network, and I'm vaguely hoping to use this for authenticating on both operating systems. (No, there's no domain controller, but I can set one up using Samba, I suppose.)

© Stack Overflow or respective owner

Related posts about one-time-password

Related posts about authentication