mirror of
https://github.com/evgeny-gridasov/openvpn-otp.git
synced 2026-04-25 21:35:54 +03:00
[GH-ISSUE #17] Extended Setup Process for the Google Authenticator Package #11
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/openvpn-otp#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aioue on GitHub (Jun 19, 2017).
Original GitHub issue: https://github.com/evgeny-gridasov/openvpn-otp/issues/17
Have modified an existing OpenVPN install and followed the install process for
openvpn-otp.How do I generate values for the
opt-secrets"key" (token?), and how do I link it to Google Authenticator on my phone?Would like to use "sha1/base32 for Google Authenticator with a simple pin".
@aioue commented on GitHub (Jun 19, 2017):
Solved:
google-authenticatorgoogle-authenticator --time-based --disallow-reuse --force --rate-limit=3 --rate-time=30 --window-size=17 --issuer=foocorp --label=user@hostname --secret=/root/.user.google_authenticator > /root/user.authuser.authfile will contain the key for entry intoopt-secrets, and the Google URL containing the image to be scanned with the Google Authenticator mobile app.Running the same command without redirecting it will produce an QR code on the command line. I cannot work out how to capture that though. Anyone?
Would you accept a README PR containing the above?
@ptonewreckin commented on GitHub (Jul 4, 2017):
@aioue You should be able to capture the QR code with the Google Authenticator app. Open app, click '+', and scan barcode
@evgeny-gridasov commented on GitHub (Aug 2, 2017):
@aioue Please send me a pull request and I'll accept it
@aioue commented on GitHub (Aug 2, 2017):
https://github.com/evgeny-gridasov/openvpn-otp/pull/19
@evgeny-gridasov commented on GitHub (Aug 11, 2017):
Done. Sorry for the delay