Skip to content

rumbero71/remoteu2f

 
 

Repository files navigation

remoteu2f - Use U2F for PAM remotely

fork in order to make remoteu2f-proxy work offline (no scripts loaded directly from google)

remoteu2f is a project that enables the use of a FIDO U2F security key remotely, through a lightly-trusted proxy.

It is useful mainly to use as a second factor authentication for ssh and sudo-over-ssh. For example:

  • User does "ssh server", and enters their password.
  • Server shows a one-time randomly generated URL.
  • User visits the URL, and inserts/touches the security key.
  • The SSH server allows access.

It is written in Go, with some C for PAM integration.

For how to install and use it, please see the installation instructions.

Contact

If you want to report bugs, send patches, or have any questions or comments, just let me know at [email protected].

About

[mirror] Use U2F for PAM remotely

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 59.5%
  • JavaScript 23.6%
  • C 12.1%
  • HTML 2.4%
  • Protocol Buffer 1.1%
  • Makefile 0.8%
  • CSS 0.5%