totp -p option
See original GitHub issueThe documentation mentions the -p option to the totp command to just get the plain text version of the totp instead of the interactive display.
When I try it I get “unrecognized arguments: -p”, eg:
keeper totp -p "foo"
Is there a way to just get the plain text version of a totp. I tried piping the output expecting the command to recognize the pipe and do something sensible, but it just hangs writing the interactive output to the file.
Thanks
Issue Analytics
- State:
- Created 10 months ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
TOTP based MFA for Azure AD is now Generally Available!
Time-based one-time passcode (TOTP) as an MFA option is now generally available for Azure Active Directory (Azure AD)! In this release, ...
Read more >Two-factor authentication with TOTP | by Nicola Moretto
FreeOTP (Android, iOS): my favorite choice, this open-source application is ... TOTP is an algorithm — based on HOTP — that generates a...
Read more >tpm2-totp(1) - Arch manual pages
The tpm2-totp command expects one of five command and provides a set of options. COMMANDS. •: generate: Generate a new TOTP secret. Possible...
Read more >How to Set Up Two-Factor Authentication Using TOTP
Setting up TOTP requires a TOTP authenticator app or device. At the bottom of this page you can find a list of free...
Read more >totport -- TOTP anywhere, any service - Gitolite
totport works by creating an additional authorized keys line with appropriate "from" and "permitopen" options, when it receives a valid TOTP authcode.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The upcoming Python’s Commander release is going to extend
clipboard-copy
command with TOTP code output. The output ofkeeper cc --totp --output=stdout <id>
command could be pipedIt is
Show-TwoFactorCode
or2fa
"RECORD UID" | 2fa
https://github.com/Keeper-Security/keeper-sdk-dotnet/blob/df1afb803f2de1d3394ec788225bd229a14de7ac/PowerCommander/RecordCommands.ps1#L162