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

Open Source

31972 readers
102 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 17 comments
sorted by: hot top controversial new old
[–] [email protected] 26 points 2 months ago

keepassxc has 2fa support

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

Seconding KeePassXC. Has good browser integration too.

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

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

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

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

[–] [email protected] 2 points 2 months ago

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

[–] [email protected] 2 points 2 months ago

I've been using Authenticator and haven't really had any issues.

I imported my Aegis codes and they worked no problem

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

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

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

I have 32 dozen accounts.

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

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

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

A chrome extension should do the trick

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