Forums

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

Warning: untrusted X11 forwarding setup failed: xauth key data not generated

Jon Roberts
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!
July 29, 2016

This question is in reference to Atlassian Documentation: Troubleshoot SSH Issues

I get this error when trying to connect to my remote BB repository.

git push --set-upstream origin working 

Warning: untrusted X11 forwarding setup failed: xauth key data not generated
Warning: No xauth data; using fake authentication data for X11 forwarding.
X11 forwarding request failed on channel 0
conq: repository access denied.
fatal: Could not read from remote repository.

 

Running on OSX and using bash.

Any ideas or help would be appreciated.

1 answer

1 accepted

1 vote
Answer accepted
Jonathan Craig July 29, 2016

Sounds like you have x11 forwarding configured for every ssh session.  You can either add a Host match to your .ssh/ssh_config to disable x11 for the Bitbucket host or use "http" repository links instead of "ssh" when cloning.  You can use git set-remote to updated existing repositories to use "http", if you choose that route.

Jon Roberts
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!
July 29, 2016

Thanks - 

added:

Host bitbucket.org

    ForwardX11 no

 

to my ~/.ssh/config

 

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events