Add bare output mode, Enable ~/.passcode usage#11
Add bare output mode, Enable ~/.passcode usage#11ibexa-yuna wants to merge 2 commits intoJeNeSuisPasDave:masterfrom
Conversation
|
... I really didn't expect someone to pick up my fork and bring it back upstream. I understand your use case, as it's probably the same as mine, but storing the password in a plaintext file is very unsafe from a security perspective. If you really want to merge this back into upstream, try to figure out a way to make this more secure. |
|
I do know it defeats the purpose of MFA, as you are literally putting all eggs in one basket. What I do is I link authenticator with aws-mfa and I have the luxury to do this, as AWS-enabled machine is dedicated and in a sterile environment. But not many people do... I would really like to hear the feedback fro @JeNeSuisPasDave on this topic. |
This PR contains code from @rirze to enable bare output and enable usage of ~/.passcode file,
alongside my changes to exit after the first code is output, so that app can be used in conjunction with cli tools, like
pbcopyon OSX.Fixes #9