permission denied (public key)

Yogesh Kadiyala
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 9, 2020

I get the permission error when I run ssh -Tv git@bitbucket.org

OpenSSH_8.4p1, OpenSSL 1.1.1h FIPS 22 Sep 2020
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
debug1: configuration requests final Match pass
debug1: re-parsing configuration
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
debug1: Connecting to bitbucket.org [2406:da00:ff00::22c3:9b0a] port 22.
debug1: connect to address 2406:da00:ff00::22c3:9b0a port 22: Connection timed out
debug1: Connecting to bitbucket.org [2406:da00:ff00::22c5:2ef4] port 22.
debug1: connect to address 2406:da00:ff00::22c5:2ef4 port 22: Connection timed out
debug1: Connecting to bitbucket.org [2406:da00:ff00::22c0:3470] port 22.
debug1: connect to address 2406:da00:ff00::22c0:3470 port 22: Connection timed out
debug1: Connecting to bitbucket.org [2406:da00:ff00::3403:4be7] port 22.
debug1: connect to address 2406:da00:ff00::3403:4be7 port 22: Connection timed out
debug1: Connecting to bitbucket.org [2406:da00:ff00::22cd:e0db] port 22.
debug1: connect to address 2406:da00:ff00::22cd:e0db port 22: No route to host
debug1: Connecting to bitbucket.org [2406:da00:ff00::22e9:9f55] port 22.
debug1: connect to address 2406:da00:ff00::22e9:9f55 port 22: No route to host
debug1: Connecting to bitbucket.org [2406:da00:ff00::22c2:513] port 22.
debug1: connect to address 2406:da00:ff00::22c2:513 port 22: No route to host
debug1: Connecting to bitbucket.org [2406:da00:ff00::6b17:d1f5] port 22.
debug1: connect to address 2406:da00:ff00::6b17:d1f5 port 22: No route to host
debug1: Connecting to bitbucket.org [104.192.141.1] port 22.
debug1: Connection established.
debug1: identity file /home/kyogesh91/.ssh/id_rsa type 0
debug1: identity file /home/kyogesh91/.ssh/id_rsa-cert type -1
debug1: identity file /home/kyogesh91/.ssh/id_dsa type -1
debug1: identity file /home/kyogesh91/.ssh/id_dsa-cert type -1
debug1: identity file /home/kyogesh91/.ssh/id_ecdsa type -1
debug1: identity file /home/kyogesh91/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/kyogesh91/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/kyogesh91/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/kyogesh91/.ssh/id_ed25519 type -1
debug1: identity file /home/kyogesh91/.ssh/id_ed25519-cert type -1
debug1: identity file /home/kyogesh91/.ssh/id_ed25519_sk type -1
debug1: identity file /home/kyogesh91/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/kyogesh91/.ssh/id_xmss type -1
debug1: identity file /home/kyogesh91/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.4
debug1: Remote protocol version 2.0, remote software version conker_c123b90d72-dirty conker-3008
debug1: no match: conker_c123b90d72-dirty conker-3008
debug1: Authenticating to bitbucket.org:22 as 'git'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256@libssh.org
debug1: kex: host key algorithm: ssh-rsa
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: curve25519-sha256@libssh.org need=64 dh_need=64
debug1: kex: curve25519-sha256@libssh.org need=64 dh_need=64
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ssh-rsa SHA256:zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0ojez9YXaGp1A
debug1: Host 'bitbucket.org' is known and matches the RSA host key.
debug1: Found key in /home/kyogesh91/.ssh/known_hosts:3
debug1: rekey out after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey in after 134217728 blocks
debug1: Will attempt key: /home/kyogesh91/.ssh/id_rsa RSA SHA256:e2Wc5gfQjxYnAvPTgNVn4cIuUYd0bJMwMHCE7FmhTU0 agent
debug1: Will attempt key: /home/kyogesh91/.ssh/id_dsa
debug1: Will attempt key: /home/kyogesh91/.ssh/id_ecdsa
debug1: Will attempt key: /home/kyogesh91/.ssh/id_ecdsa_sk
debug1: Will attempt key: /home/kyogesh91/.ssh/id_ed25519
debug1: Will attempt key: /home/kyogesh91/.ssh/id_ed25519_sk
debug1: Will attempt key: /home/kyogesh91/.ssh/id_xmss
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/kyogesh91/.ssh/id_rsa RSA SHA256:e2Wc5gfQjxYnAvPTgNVn4cIuUYd0bJMwMHCE7FmhTU0 agent
debug1: send_pubkey_test: no mutual signature algorithm
debug1: Trying private key: /home/kyogesh91/.ssh/id_dsa
debug1: Trying private key: /home/kyogesh91/.ssh/id_ecdsa
debug1: Trying private key: /home/kyogesh91/.ssh/id_ecdsa_sk
debug1: Trying private key: /home/kyogesh91/.ssh/id_ed25519
debug1: Trying private key: /home/kyogesh91/.ssh/id_ed25519_sk
debug1: Trying private key: /home/kyogesh91/.ssh/id_xmss
debug1: No more authentication methods to try.
git@bitbucket.org: Permission denied (publickey).

 

I checked the permissions on the file

-r--------. 1 kyogesh91 kyogesh91 1675 Jun 6 2018 old_id_rsa
-rw-------. 1 kyogesh91 kyogesh91 1976 Dec 9 08:06 known_hosts
-rw-r--r--. 1 kyogesh91 kyogesh91 574 Dec 9 18:51 id_rsa.pub
-rw-------. 1 kyogesh91 kyogesh91 2610 Dec 9 18:51 id_rsa

The key is added and verified using ssh-add -l

3072 SHA256:e2Wc5gfQjxYnAvPTgNVn4cIuUYd0bJMwMHCE7FmhTU0 kyogesh91@yogi-beard (RSA)

I do not know what else to do, I double checked to see if the key matches what I have in my account and it does.

 

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events