# HG changeset patch # User Oleksandr Gavenko # Date 1650536402 -10800 # Node ID cb9c3e5c28845210395f1eab0ea6c3cd2cb45d7a # Parent 748dd6b6084c3ce439a65236cf7a0786ce1012e4 Two-step verification. diff -r 748dd6b6084c -r cb9c3e5c2884 bitbucket.rst --- a/bitbucket.rst Thu Apr 21 13:17:28 2022 +0300 +++ b/bitbucket.rst Thu Apr 21 13:20:02 2022 +0300 @@ -26,3 +26,13 @@ and avoid leaking it into shell history, ompare with the previous Git command:: git clone https://$USER@bitbucket.org/$USER/$REPO.git + +Two-step verification +===================== + +Bitbucket recommends avoiding HTTPS and set up SSH key to access Git repositories: + +https://support.atlassian.com/bitbucket-cloud/docs/configure-ssh-and-two-step-verification/ + Configure SSH and two-step verification. + +