this post was submitted on 08 Sep 2023
86 points (94.8% liked)

Open Source

30243 readers
209 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
86
FOSS-alt to Authy? (lemmy.dbzer0.com)
submitted 1 year ago* (last edited 1 year ago) by RandomLegend@lemmy.dbzer0.com to c/opensource@lemmy.ml
 

I currently use Authy on my android and my Linux system.

It syncs every new authenticator between my devices but I dont want to trust companies with my security anymore.

I host a nextcloud instance on my homelab. Does anyone know a good FOSS authenticator that can use my nextcloud to sync between Linux and android? Provided that it is available on both of course.

Thanks for any input!

you are viewing a single comment's thread
view the rest of the comments
[–] ikornaselur@lemm.ee 32 points 1 year ago* (last edited 1 year ago) (2 children)

Have you checked out Aegis?

Edit: I missed the Linux requirement, not sure if Aegis works with that in mind

[–] RandomLegend@lemmy.dbzer0.com 4 points 1 year ago (1 children)
[–] lemmyvore@feddit.nl 7 points 1 year ago (1 children)

You can use OTPClient on desktop, it can import Aegis encrypted exports.

It's what I do, my TOTP codes originate on the phone because I scan the QR codes with it, but Aegis is set to export a backup each time something changes.

A sync app (FolderSync) runs every night and gets the export to my server, where it gets picked up for offline backups.

I load the latest export in OTPClient only as needed, when I run into a 2fa which is not there.

Both Aegis and OTPClient can be set to ask for password each time you open them.

[–] RandomLegend@lemmy.dbzer0.com 1 points 1 year ago

i guess that's what i'll do :-) sounds good!

[–] darcy@sh.itjust.works 1 points 1 year ago

ive been using aegis and its great