this post was submitted on 13 Nov 2024
29 points (100.0% liked)

Open Source

31351 readers
153 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 5 years ago
MODERATORS
 

Hi. Basically, I'm asking for suggestions. Do you know any good 2FA app that works on linux desktop? I'm looking for something that I can use instead of Aegis, Google authenticator, or microsoft authenticator, but in my computer. Note: It'd be great if it is open source but I'm not closed to proprietary apps, as long as they work on linux

all 16 comments
sorted by: hot top controversial new old
[–] eya@lemmy.dbzer0.com 26 points 1 week ago

keepassxc has 2fa support

[–] LucidBoi@lemmy.dbzer0.com 17 points 1 week ago

Seconding KeePassXC. Has good browser integration too.

[–] davel@lemmy.ml 9 points 1 week ago

OTP is built in to many password management applications. I use pass and the pass-otp extension.

You can also use OATH Toolkit’s oathtool(1).

[–] Lemongrab@lemmy.one 8 points 1 week ago (1 children)
[–] Blueteabag@sh.itjust.works 2 points 1 week ago

This and since many don't know if the sync option is optional aka you can also keep everything local is you want to

[–] Corgana@startrek.website 7 points 1 week ago
[–] Kyle@lemdro.id 3 points 1 week ago

If you use Gnome and Flatpaks there is an app called Authenticator on Flathub

[–] wildbus8979@sh.itjust.works 3 points 1 week ago

Some great recommendations in here already. If you're looking for an OTP only UI: https://gitlab.gnome.org/World/Authenticator

[–] manuel2258@lemy.lol 1 points 1 week ago (1 children)

Another idea if you are willing to spend some money is to get a yubikey. Then the tokens are stored on a separate hardware key and it has great android and Linux apps to access codes

[–] vrighter@discuss.tchncs.de 5 points 1 week ago (2 children)

as long as you don't have more than 32 accounts

[–] manuel2258@lemy.lol 1 points 1 week ago

There is a limitation on the amount of accounts? I didn't knew that and that sucks ...

[–] solrize@lemmy.world 1 points 1 week ago

What exactly do you want it to do? You can implement TOTP with a 10 line python script and I probably have a few of those kicking around. I've ended up doing that at least a couple of times.

[–] EddyBot@discuss.tchncs.de 1 points 1 week ago

If you use KDE Plasma and want an app which looks like your other Qt apps: https://apps.kde.org/keysmith/

[–] Boomkop3@reddthat.com 0 points 1 week ago

A chrome extension should do the trick