mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-07 22:11:09 +08:00
97 lines
4.3 KiB
Markdown
97 lines
4.3 KiB
Markdown
[#]: subject: "Authenticator: A Simple Open-Source App to Replace Authy on Linux"
|
|
[#]: via: "https://itsfoss.com/authenticator/"
|
|
[#]: author: "Ankush Das https://itsfoss.com/author/ankush/"
|
|
[#]: collector: "lkxed"
|
|
[#]: translator: "geekpi"
|
|
[#]: reviewer: " "
|
|
[#]: publisher: " "
|
|
[#]: url: " "
|
|
|
|
Authenticator: A Simple Open-Source App to Replace Authy on Linux
|
|
======
|
|
|
|
Authy is a popular app for storing and managing two-factor codes. It is a cloud-based service that gives you convenience with industry-grade security. Unfortunately, it is not open-source.
|
|
|
|
Would you consider using a more straightforward (and open-source) authenticator app on your Linux desktop?
|
|
|
|
Well, of course, you cannot cloud sync here. But you can generate a backup for the two-factor authentication codes. Keeping that in mind, let me tell you more about Authenticator.
|
|
|
|
![authenticator app ft][1]
|
|
|
|
### Authenticator: Generate Two-Factor Authentication Codes
|
|
|
|
When you enable two-factor authentication with online services, most services give you a token/QR code that you can add/scan to generate codes.
|
|
|
|
Authenticator is one such app for Linux that lets you add two-factor authentication codes.
|
|
|
|
![authenticator ui][2]
|
|
|
|
It is a free and open-source app with essential features to add a variety of tokens and websites that support two-factor authentication.
|
|
|
|
**Recommended Read**: [Best Password Managers for Linux Desktop][3]
|
|
|
|
### Features of Authenticator
|
|
|
|
![authenticator auto lock][4]
|
|
|
|
Some of the essential options that you get with it include:
|
|
|
|
- QR Code scanner using a camera or a screenshot
|
|
- Protect the app using a passphrase
|
|
- Autolock the app
|
|
- Support for different algorithms (SHA-1/SHA-256/SHA-512)
|
|
- Time-based/Counter-based/Steam computing methods supported
|
|
- Backup/Restore options (FreeOTP, Aegis, andOTP, Bitwarden, and Google Authenticator)
|
|
|
|
You get customization options and the ability to add a custom provider as per the support provided by the service. One can add a custom icon for the provider to help you distinguish between the authentication codes.
|
|
|
|
![authenticator custom provider][5]
|
|
|
|
For the most part, the default settings should work with websites. However, you might want to check the exact details with the provider if it does not work.
|
|
|
|
The app also features multiple providers out of the box, like Google Drive and Proton Mail. So, you do not need to add custom configurations for every entry you add.
|
|
|
|
### Installing Authenticator on Linux
|
|
|
|
![authenticator add new code][6]
|
|
|
|
Authenticator is available as a Flatpak. So, you can install it on any Linux distribution.
|
|
|
|
Just type in the following command to get it installed:
|
|
|
|
```
|
|
flatpak install flathub com.belmoussaoui.Authenticator
|
|
```
|
|
|
|
You can head to its [Flathub][7] or GitLab page to explore more.
|
|
|
|
If you are new to the Linux world, refer to our [Flatpak guide][8] to set it up. Your software center might already have Flatpak integration enabled out of the box. You can search for it to get it installed in such a case.
|
|
|
|
### Use Open Source Authenticator App For Security and Reliability
|
|
|
|
We often depend on cloud-powered tools for everything. Sure, it is convenient.
|
|
|
|
However, sometimes desktop apps are more helpful. If you are in the same boat and thinking of making a switch, Authenticator can be an excellent app to have installed for two-factor authentication codes.
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
via: https://itsfoss.com/authenticator/
|
|
|
|
作者:[Ankush Das][a]
|
|
选题:[lkxed][b]
|
|
译者:[译者ID](https://github.com/译者ID)
|
|
校对:[校对者ID](https://github.com/校对者ID)
|
|
|
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
|
|
|
[a]: https://itsfoss.com/author/ankush/
|
|
[b]: https://github.com/lkxed
|
|
[1]: https://itsfoss.com/wp-content/uploads/2022/11/authenticator-app-ft.png
|
|
[2]: https://itsfoss.com/wp-content/uploads/2022/11/authenticator-ui.png
|
|
[3]: https://itsfoss.com/password-managers-linux/
|
|
[4]: https://itsfoss.com/wp-content/uploads/2022/11/authenticator-auto-lock.png
|
|
[5]: https://itsfoss.com/wp-content/uploads/2022/11/authenticator-custom-provider.png
|
|
[6]: https://itsfoss.com/wp-content/uploads/2022/11/authenticator-add-new-code.png
|
|
[7]: https://flathub.org/apps/details/com.belmoussaoui.Authenticator
|
|
[8]: https://itsfoss.com/flatpak-guide/
|