The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

FIPS mode initialized Permission denied (publickey).

Jeff Sikala
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!
October 26, 2018

[root@salt srv]# git remote set-url origin ssh://git@bitbucket.di2e.net:7999/~jeff.sikala/salt-training.git

[root@salt srv]# git push -u origin --all

FIPS mode initialized

Permission denied (publickey).

fatal: Could not read from remote repository.

 

Please make sure you have the correct access rights

and the repository exists.

 

Any idea what this is about?

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
jredmond
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 29, 2018

Either the relevant SSH key isn't associated with a user on your Bitbucket Server instance, or it's not immediately available to the SSH agent on your local system. There isn't enough detail here to really tell which is the case, but you can collect some useful information with these commands:

# ssh-add -L
# GIT_SSH_COMMAND="ssh -v" git push -u origin --all

The first command will list all the SSH identities known to the SSH agent. If your key isn't listed, then add it with `ssh-add /path/to/key`.

The second command will give a verbose output for the SSH parts of the push, which can help narrow down what's going on.

TAGS
AUG Leaders

Atlassian Community Events