johnny@johnny-virtual-machine:~$ ssh -T git@bitbucket.org
git@bitbucket.org's password:
Permission denied, please try again.
1. don't know why need password in this case. never happen before.
2. enter my bitbucket webside password. seems not correct and denied.
3. other op like git push git pull in my project all require password.
public key already added. private key already added.
using: ssh -v -T bitbucket.org
debug1: Next authentication method: publickey
debug1: Offering public key: /home/johnny/.ssh/id_rsa_new ED25519 SHA256:QNe2WJtSuGd3padoV6wBCKNxuY3kDmhXWs1zl//Hi7c explicit agent
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: password
johnny@bitbucket.org's password:
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
G'day, @Johnny Cai and welcome to the community.
When prompted to enter a password for an SSH connection, your SSH key is protected by a passphrase configured during your SSH setup.
If you can't recall this passphrase, I recommend following the steps outlined in the provided documentation once more to reconfigure your SSH key. You can find detailed instructions here:
https://support.atlassian.com/bitbucket-cloud/docs/configure-ssh-and-two-step-verification/
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.