diff --git a/content/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-strong-password.md b/content/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-strong-password.md index 91838186ea..9b62e61d03 100644 --- a/content/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-strong-password.md +++ b/content/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-strong-password.md @@ -17,7 +17,7 @@ You must choose or generate a password for your {% data variables.product.produc - 15 characters long with any combination of characters To keep your account secure, we recommend you follow these best practices: -- Use a password manager, such as [LastPass](https://lastpass.com/) or [1Password](https://1password.com/), to generate a password of at least 15 characters. +- Use a password manager, such as [LastPass](https://lastpass.com/), [1Password](https://1password.com/), or [Keeper](https://keepersecurity.com/), to generate a password of at least 15 characters. - Generate a unique password for {% data variables.product.product_name %}. If you use your {% data variables.product.product_name %} password elsewhere and that service is compromised, then attackers or other malicious actors could use that information to access your {% data variables.product.product_name %} account. - Configure two-factor authentication for your personal account. For more information, see "[About two-factor authentication](/articles/about-two-factor-authentication)." - Never share your password, even with a potential collaborator. Each person should use their own personal account on {% data variables.product.product_name %}. For more information on ways to collaborate, see: "[Inviting collaborators to a personal repository](/articles/inviting-collaborators-to-a-personal-repository)," "[About collaborative development models](/articles/about-collaborative-development-models/)," or "[Collaborating with groups in organizations](/organizations/collaborating-with-groups-in-organizations/)." diff --git a/content/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication.md b/content/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication.md index 58e5ea2ad4..1fa00d9d33 100644 --- a/content/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication.md +++ b/content/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication.md @@ -32,6 +32,7 @@ A time-based one-time password (TOTP) application automatically generates an aut - [Authy](https://authy.com/guides/github/) - [LastPass Authenticator](https://lastpass.com/auth/) - [Microsoft Authenticator](https://www.microsoft.com/en-us/account/authenticator/) +- [Keeper](https://docs.keeper.io/enterprise-guide/storing-two-factor-codes) {% tip %}