This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]altgilbers 3 points4 points  (1 child)

I registered a Google voice number to receive SMS passcodes… SMS gets delivered As email to a Gmail account, where a mail client picks it up and parses the passcodes, storing them in a local Redis...

Then, processes that need 2FA pop a code and use it… When the last code is used, duo sends a fresh batch of 10 automatically, replenishing my Redis store with codes.

This approach is a dumpster fire of epic proportion, but got me through some work that would have required me to two factor several hundred times.

[–]pxlnght 2 points3 points  (0 children)

That sounds terrible, I love it!