this post was submitted on 05 Jun 2024
50 points (79.1% liked)

Open Source

29001 readers
117 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS
 

Just wondering what people are using to meet the 2FA requirement GitHub has been rolling out. I don't love the idea of having an authenticator app installed on my phone just to log into GitHub. And really don't want to give them my phone number just to log in.

Last year, we announced our commitment to require all developers who contribute code on GitHub.com to enable two-factor authentication (2FA)...

you are viewing a single comment's thread
view the rest of the comments
[–] lemmyvore@feddit.nl 12 points 1 month ago (2 children)

If you're rooted, Aegis can import the seed from the Steam app then you don't need it anymore.

[–] Tramort@programming.dev 3 points 1 month ago (2 children)

Oh, that's awesome!

But I don't have root

[–] lemmyvore@feddit.nl 7 points 1 month ago* (last edited 1 month ago) (1 children)

You may be able to use an older version of the app that allowed ADB backups, and extract the seed from that.

Another approach is to extract it from the Steam desktop app.

No idea what companies think they're accomplishing by using non-standard TOTP apps (that actually do TOTP under the hood). Microsoft do it so they can track your location and report it to managers when you login because it's something that management asks for. Some companies do it so they can lock you into their services. No idea why Steam does it.

[–] Andromxda@lemmy.dbzer0.com 1 points 3 weeks ago (1 children)
[–] lemmyvore@feddit.nl 2 points 3 weeks ago

Thanks, I didn't know about steamguard-cli. And I was able to import the code into Aegis too (just had to set the type to "Steam" so it would generate 5-letter codes instead of normal TOTP)...