8000 GitHub - zarlant/local_otp: Small CLI project to utilize local machine as an MFA device.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zarlant/local_otp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local OTP

local-otp is a CLI that allows you to retrieve TOTP codes supported by Google Authenticator.

Installation

Build with Docker locally:

docker build -t lotp .

Run locally as a sandboxed CLI:

alias lotp="docker run -it --rm -v ~/.mfa:/root/.mfa lotp"

To setup the configuration:

lotp otp config-help

About

Small CLI project to utilize local machine as an MFA device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0