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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.