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

Open Source

31422 readers
17 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
[–] [email protected] 26 points 2 weeks ago

keepassxc has 2fa support

[–] [email protected] 17 points 2 weeks ago

Seconding KeePassXC. Has good browser integration too.

[–] [email protected] 9 points 2 weeks 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).

[–] [email protected] 8 points 2 weeks ago (1 children)
[–] Blueteabag 2 points 2 weeks 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

[–] [email protected] 7 points 2 weeks ago
[–] wildbus8979 3 points 2 weeks ago

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

[–] [email protected] 3 points 2 weeks ago

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

[–] [email protected] 1 points 2 weeks ago

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

[–] [email protected] 1 points 2 weeks 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.

[–] [email protected] 1 points 2 weeks 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

[–] [email protected] 5 points 2 weeks ago (2 children)

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

[–] [email protected] 1 points 2 weeks ago

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

[–] [email protected] 0 points 2 weeks ago

A chrome extension should do the trick